/* Generated by tools/build/build_kxm_css.mjs. Do not edit directly. */
/* source: kxm-category-redesign-v10.css */
/* KXM category and header redesign v4. Loaded after the legacy RWD styles. */

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Global compact header */
.page-header {
    width: auto;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 32px;
    background: #fff;
}

.page-header-container {
    position: relative;
    max-width: none;
    padding: 0;
}

.kxm-header-main {
    display: flex;
    align-items: center;
    height: 64px;
}

.page-header .logo {
    position: static;
    float: none;
    display: flex;
    align-items: center;
    flex: 0 0 96px;
    width: 96px;
    min-width: 0;
    min-height: 0;
    height: 64px;
    padding: 0;
    margin: 0;
}

.page-header .logo .large {
    display: block;
    width: auto;
    height: auto;
    max-width: 96px;
    max-height: 56px;
}

.page-header .logo .small {
    display: none;
}

.kxm-header-utility {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
    height: 64px;
    margin-left: 24px;
    gap: 12px;
}

.page-header-container .store-language-container {
    position: static;
    float: none;
    display: flex;
    align-items: center;
    width: auto;
    max-width: none;
    min-height: 32px;
    padding: 0;
    margin: 0;
}

.page-header-container .store-language-container ul {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.page-header-container .store-language-container ul li {
    display: block;
    margin: 0;
}

.page-header-container .store-language-container img {
    display: block;
    max-width: 30px;
    max-height: 20px;
}

.page-header-container .store-language-container select {
    width: auto;
    height: 32px;
    padding: 0 24px 0 8px;
    border: 0;
    background-color: #fff;
    color: #111;
}

.page-header #header-search {
    position: static;
    display: block;
    width: 220px;
    height: 32px;
    padding: 0;
    background: transparent;
}

.page-header #search_mini_form,
.page-header #search_mini_form .input-box {
    width: 100%;
    height: 32px;
    padding: 0;
}

.page-header #search {
    width: 100%;
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #111;
}

.page-header .search-button {
    width: 32px;
    height: 32px;
}

.page-header .skip-links {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    clear: none;
    height: 64px;
    overflow: visible;
    border: 0;
}

.page-header .account-cart-wrapper {
    position: static;
    display: flex;
    align-items: center;
    height: 64px;
}

.page-header .skip-nav,
.page-header .skip-search {
    display: none;
}

.page-header .skip-account,
.page-header .skip-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 64px;
    padding: 0;
    color: #111;
    background: transparent;
}

.page-header .skip-account .label,
.page-header .skip-cart .label {
    display: none;
}

.page-header .header-minicart {
    height: 64px;
}

.page-header #header-account {
    top: 64px;
    right: 42px;
    z-index: 1002;
}

.page-header #header-nav {
    position: relative;
    display: block;
    width: 100%;
    height: 36px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    text-align: left;
}

.page-header .nav-primary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    float: none;
    width: 100%;
    min-height: 35px;
    margin: 0;
}

.page-header .nav-primary li.level0,
.page-header .nav-primary > li {
    height: 35px;
}

.page-header .nav-primary a.level0,
.page-header .nav-primary > li > a {
    height: 35px;
    padding: 0 16px;
    line-height: 35px;
    color: #111;
    font-size: 12px;
    letter-spacing: .04em;
}

/* Category shell */
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .main-container {
    max-width: 1680px;
    padding: 32px 32px 64px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .main-container.col2-left-layout .main {
    display: block;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .main-container.col2-left-layout .main::after {
    content: '';
    display: table;
    clear: both;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .col-left {
    float: left;
    clear: left;
    width: 220px;
    padding: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .col-main {
    float: right;
    width: calc(100% - 244px);
    padding: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .category-products {
    margin: 0;
}

.cms-nowosci .col-main > .std:first-child,
.cms-promocje .col-main > .std:first-child {
    display: none;
}

/* Title, count and sort */
.kxm-category-topbar {
    display: grid;
    grid-template-columns: auto minmax(80px, 1fr) auto;
    align-items: center;
    column-gap: 16px;
    min-height: 48px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.kxm-category-title {
    grid-column: 1;
    margin: 0;
    padding: 0;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: .02em;
    text-transform: none;
}

.kxm-category-breadcrumbs {
    grid-column: 1;
    min-width: 0;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
}

.kxm-category-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.kxm-category-breadcrumbs li {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.kxm-category-breadcrumbs li:not(:last-child)::after {
    content: '›';
    margin: 0 8px;
    color: #999;
}

.kxm-category-breadcrumbs a {
    color: #777;
    text-decoration: none;
}

.kxm-category-breadcrumbs a:hover,
.kxm-category-breadcrumbs a:focus {
    color: #111;
    text-decoration: underline;
}

.kxm-category-breadcrumbs li[aria-current="page"] span {
    color: #111;
}

.kxm-category-topbar > .toolbar {
    display: contents;
}

.kxm-category-topbar .toolbar .pager {
    grid-column: 2;
    display: block;
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

.kxm-category-topbar .toolbar .sorter {
    grid-column: 3;
    display: block;
    float: none;
    margin: 0;
}

.kxm-category-topbar .toolbar .amount {
    display: block;
    margin: 0;
    padding: 0;
    color: #777;
    font-size: 12px;
    line-height: 32px;
}

.kxm-category-topbar .toolbar .amount strong {
    font-weight: 400;
}

.kxm-category-topbar .toolbar .limiter,
.kxm-category-topbar .toolbar .pages,
.kxm-category-topbar .toolbar .view-mode {
    display: none;
}

.kxm-category-topbar .sort-by {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 32px;
}

.kxm-category-topbar .sort-by label {
    color: #777;
    font-size: 12px;
}

.kxm-category-topbar .sort-by select {
    width: auto;
    min-width: 150px;
    height: 32px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: #fff;
    color: #111;
}

.kxm-category-topbar .sort-by-switcher {
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom {
    margin-top: 40px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .toolbar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 16px 0 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    background: #fff;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .sorter,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .amount {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .pager {
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    width: auto;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .count-container,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .limiter {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .pages {
    margin: 0;
}

/* Product grid */
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 32px 16px;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid::after {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid > li,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid > li:nth-child(n) {
    float: none !important;
    clear: none !important;
    display: flex;
    flex-direction: column;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0;
    text-align: left;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 25 / 36;
    margin: 0 0 12px;
    padding: 0;
    overflow: hidden;
    border: 0;
    background: transparent;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    object-fit: contain;
    object-position: center;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-info {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    padding: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-name {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none !important;
    text-transform: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-name a,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-name a:hover,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-name a:focus {
    color: #111;
    text-decoration: none !important;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .price-box {
    margin: auto 0 0;
    color: #009abb;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .price,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .special-price .price {
    color: #009abb;
    font-size: 13px;
    font-weight: 600;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .old-price .price {
    color: #777;
    font-weight: 400;
    text-decoration: line-through;
}

/* Minimal layered navigation */
.kxm-filter-launch,
.kxm-filter-backdrop,
.kxm-filter-drawer-header {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav {
    margin: 0;
    border: 0;
    background: #fff;
    color: #111;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .block-title {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .block-content {
    padding: 0;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e5e5e5;
    background: transparent;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently .block-subtitle {
    margin: 0 0 8px;
    padding: 0;
    color: #111;
    font-size: 12px;
    font-weight: 600;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently ol {
    padding: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .actions {
    margin: 0 0 12px;
    padding: 0 0 12px;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .actions a {
    color: #111;
    font-size: 12px;
    text-decoration: underline;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) #narrow-by-list {
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) #narrow-by-list > dt,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) #narrow-by-list > dd {
    position: static;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) #narrow-by-list > dt::after,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) #narrow-by-list > dt:hover::after {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 44px;
    padding: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    text-transform: none;
    cursor: pointer;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) #narrow-by-list > dt:first-child .kxm-filter-toggle {
    border-top: 0;
}

.kxm-filter-chevron {
    width: 7px;
    height: 7px;
    margin: 0 3px 3px 12px;
    border-right: 1px solid #111;
    border-bottom: 1px solid #111;
    transform: rotate(45deg);
    transition: transform .18s ease;
}

.kxm-filter-toggle[aria-expanded="true"] .kxm-filter-chevron {
    margin-bottom: -3px;
    transform: rotate(225deg);
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .block-content > dl > dd.kxm-filter-values {
    display: block;
    padding: 0 0 14px !important;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .block-content > dl > dd.kxm-filter-values[hidden] {
    display: none !important;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options {
    margin: 0;
    padding: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > a,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 5px 0;
    color: #111;
    font-size: 12px;
    line-height: 1.35;
    text-decoration: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > a:hover {
    text-decoration: underline;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options .count {
    color: #999;
    font-size: 11px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-option-label {
    flex: 1 1 auto;
    min-width: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-color-swatch {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-left: auto;
    border: 1px solid #aaa;
    box-sizing: border-box;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-values.is-brand .kxm-filter-options {
    max-height: 320px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 8px;
}

.kxm-brand-search {
    display: block;
    margin: 0 0 8px;
}

.kxm-brand-search-input {
    width: 100%;
    height: 32px;
    padding: 0 8px;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 12px;
}

body.kxm-filter-drawer-open {
    overflow: hidden;
}

@media only screen and (max-width: 1439px) {
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 1023px) {
    .page-header {
        position: relative;
        z-index: 1000;
        width: auto;
        max-width: none;
        height: 56px;
        padding: 0 12px;
        border-bottom: 1px solid #e5e5e5;
    }

    .page-header-container,
    .kxm-header-main {
        position: static;
        height: 56px;
        min-height: 0;
    }

    .page-header .logo {
        flex-basis: 84px;
        width: 84px;
        height: 56px;
    }

    .page-header .logo .large {
        display: block;
        max-width: 84px;
        max-height: 48px;
    }

    .page-header .logo .small {
        display: none;
    }

    .kxm-header-utility {
        height: 56px;
        margin-left: auto;
        gap: 0;
    }

    .page-header-container .store-language-container {
        flex: 0 0 auto;
        max-width: 42px;
        min-height: 56px;
        overflow: hidden;
    }

    .page-header-container .store-language-container select {
        width: 42px;
        height: 56px;
        padding: 0 4px;
        font-size: 11px;
    }

    .page-header-container .store-language-container img {
        max-width: 24px;
        max-height: 16px;
    }

    .page-header .skip-links,
    .page-header .account-cart-wrapper,
    .page-header .header-minicart {
        height: 56px;
    }

    .page-header .skip-nav,
    .page-header .skip-search,
    .page-header .skip-account,
    .page-header .skip-cart {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 56px;
        padding: 0;
        border: 0;
        background: #fff;
        color: #111;
    }

    .page-header .skip-link .label {
        display: none;
    }

    .page-header #header-search,
    .page-header #header-nav,
    .page-header #header-account {
        position: absolute;
        top: 56px;
        left: 0;
        right: 0;
        z-index: 1001;
        display: none;
        width: auto;
        height: auto;
        max-height: calc(100vh - 56px);
        overflow-y: auto;
        border: 0;
        border-bottom: 1px solid #ddd;
        background: #fff;
    }

    .page-header #header-search.skip-active,
    .page-header #header-nav.skip-active,
    .page-header #header-account.skip-active {
        display: block;
    }

    .page-header #header-search {
        padding: 12px;
    }

    .page-header #search_mini_form,
    .page-header #search_mini_form .input-box,
    .page-header #search {
        height: 36px;
    }

    .page-header .nav-primary {
        display: block;
        min-height: 0;
    }

    .page-header .nav-primary li.level0,
    .page-header .nav-primary > li {
        height: auto;
    }

    .page-header .nav-primary a.level0,
    .page-header .nav-primary > li > a {
        height: auto;
        min-height: 44px;
        padding: 0 16px;
        line-height: 44px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .main-container {
        padding: 24px 16px 88px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .main-container.col2-left-layout .main {
        display: block;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .col-left,
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .col-main {
        float: none;
        clear: none;
        width: 100%;
    }

    .kxm-filter-launch {
        position: fixed;
        left: 50%;
        bottom: 20px;
        z-index: 997;
        display: block;
        min-width: 132px;
        height: 44px;
        padding: 0 24px;
        transform: translateX(-50%);
        border: 0;
        border-radius: 0;
        background: #111;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: .04em;
        text-align: center;
        text-transform: uppercase;
        box-shadow: 0 3px 14px rgba(0, 0, 0, .16);
    }

    .kxm-filter-backdrop {
        position: fixed;
        inset: 0;
        z-index: 1003;
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        border: 0;
        background: rgba(0, 0, 0, .35);
    }

    .kxm-filter-backdrop[hidden] {
        display: none;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1004;
        width: min(360px, 100%);
        max-width: 100%;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        transform: translateX(100%);
        transition: transform .22s ease;
        box-shadow: -8px 0 24px rgba(0, 0, 0, .12);
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav.is-open {
        transform: translateX(0);
    }

    .kxm-filter-drawer-header {
        position: sticky;
        top: 0;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 56px;
        padding: 0 16px;
        border-bottom: 1px solid #e5e5e5;
        background: #fff;
        color: #111;
        font-size: 14px;
    }

    .kxm-filter-close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        padding: 0;
        border: 0;
        background: #fff;
        color: #111;
        font-size: 28px;
        font-weight: 300;
        line-height: 1;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .block-content {
        padding: 8px 16px 32px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-values.is-brand .kxm-filter-options {
        max-height: none;
    }
}

@media only screen and (max-width: 767px) {
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 16px;
    }

    .kxm-category-topbar {
        grid-template-columns: auto 1fr;
        row-gap: 4px;
        min-height: 68px;
        padding-bottom: 8px;
    }

    .kxm-category-title {
        grid-column: 1;
        grid-row: 1;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }

    .kxm-category-breadcrumbs {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
        font-size: 14px;
        line-height: 32px;
    }

    .kxm-category-breadcrumbs ol {
        align-items: flex-start;
    }

    .kxm-category-topbar .toolbar .pager {
        grid-column: 2;
        grid-row: 1;
        text-align: right;
    }

    .kxm-category-topbar .toolbar .sorter {
        grid-column: 1 / -1;
        grid-row: 2;
    }

    .kxm-category-topbar .sort-by {
        justify-content: flex-end;
    }

    .kxm-category-topbar .sort-by select {
        flex: 1 1 auto;
        min-width: 0;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-name,
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .price,
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .special-price .price {
        font-size: 12px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .toolbar-bottom .pager {
        flex-wrap: wrap;
    }
}

@media (prefers-reduced-motion: reduce) {
    .kxm-filter-chevron,
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav {
        transition: none;
    }
}

/* source: kxm-hbx-typography-v1.css */
/**
 * Global Latin typography aligned with the live HBX storefront.
 * The HBX-specific CJK font files are not reused; Latin content uses the
 * same Helvetica Neue / Helvetica stack reported by the browser.
 */

:root {
    --kxm-hbx-font: "Helvetica Neue", Helvetica, Arial, sans-serif;
    --kxm-hbx-text: #000;
    --kxm-hbx-muted: #888;
}

html,
body,
button,
input,
select,
textarea {
    font-family: var(--kxm-hbx-font);
}

body {
    color: var(--kxm-hbx-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

/*
 * RWD assigns Raleway, Verdana and, in tables, Georgia to many individual
 * components. Keep one sans-serif family across text while leaving icon-font
 * elements and icon pseudo-elements untouched.
 */
body *:not(.icon):not(.fa):not([class^="icon-"]):not([class*=" icon-"]):not([class^="fa-"]):not([class*=" fa-"]) {
    font-family: var(--kxm-hbx-font) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.page-title h1,
.page-title h2,
.category-title h1,
.block-title,
.block-title h2,
.product-name,
.product-name h1,
.product-name h2 {
    color: var(--kxm-hbx-text);
    font-family: var(--kxm-hbx-font) !important;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

h1,
.h1,
.page-title h1,
.category-title h1 {
    font-size: 38px;
    font-weight: 500;
    line-height: 1.2;
}

h2,
.h2 {
    font-size: 24px;
    line-height: 1.25;
}

h3,
.h3 {
    font-size: 18px;
    line-height: 1.3;
}

a {
    color: inherit;
}

button,
input,
select,
textarea,
.button {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
}

/* Header: HBX uses 12 px uppercase navigation with 0.5 px tracking. */
.page-header .nav-primary a.level0,
.page-header .nav-primary > li > a,
.page-header .nav-primary a,
.skip-link,
.header-language-container,
.header-language-container a,
.header-search input {
    font-family: var(--kxm-hbx-font) !important;
    font-weight: 400;
}

.page-header .nav-primary a.level0,
.page-header .nav-primary > li > a,
.page-header .nav-primary a {
    font-size: 12px;
    letter-spacing: .5px;
    text-transform: uppercase;
}

.header-search input,
.header-language-container,
.header-language-container a {
    font-size: 13px;
    line-height: 1.3;
}

/* Category header follows the HBX order: breadcrumb, visible title, toolbar. */
.kxm-category-heading-block {
    margin: 0 0 56px;
}

.kxm-category-breadcrumbs {
    margin: 0 0 24px;
    color: var(--kxm-hbx-muted);
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.kxm-category-breadcrumbs a,
.kxm-category-breadcrumbs li[aria-current="page"] span {
    color: inherit;
}

.kxm-category-breadcrumbs li:not(:last-child)::after {
    color: var(--kxm-hbx-muted);
    content: "›";
    margin: 0 6px;
}

.kxm-category-title {
    margin: 0;
    padding: 0;
    color: var(--kxm-hbx-text);
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.kxm-category-topbar {
    display: block;
    min-height: 32px;
    margin: 0 0 24px;
    border-bottom: 1px solid #ededed;
}

.kxm-category-topbar > .toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 32px;
}

.kxm-category-topbar .toolbar .pager,
.kxm-category-topbar .toolbar .sorter {
    display: block;
    float: none;
    margin: 0;
}

.kxm-category-topbar .toolbar .pager {
    width: auto;
}

.kxm-category-topbar .toolbar .amount,
.kxm-category-topbar .sort-by,
.kxm-category-topbar .sort-by label,
.kxm-category-topbar .sort-by select {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.kxm-category-topbar .toolbar .amount,
.kxm-category-topbar .sort-by label {
    color: var(--kxm-hbx-muted);
}

.kxm-category-topbar .sort-by select {
    color: var(--kxm-hbx-text);
}

/* Product cards retain KXM's blue price but use HBX sizing and weight. */
.products-grid .product-name,
.products-list .product-name,
.products-grid .product-name a,
.products-list .product-name a {
    color: var(--kxm-hbx-text);
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    text-decoration: none !important;
    text-transform: none;
}

.products-grid .price,
.products-list .price,
.products-grid .special-price .price,
.products-list .special-price .price {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

.products-grid .old-price .price,
.products-list .old-price .price {
    font-weight: 400;
    letter-spacing: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .price,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .special-price .price {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .old-price .price {
    font-weight: 400;
    letter-spacing: 0;
}

/* Layered navigation and ordinary sidebars use the same quiet hierarchy. */
.block-title,
.block-title h2,
.kxm-filter-toggle,
.block-layered-nav .currently .block-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    text-transform: none;
}

.block-layered-nav li a,
.block-layered-nav li span,
.kxm-filter-options > li > a,
.kxm-filter-options > li > span,
.block .block-content,
.block .block-content a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.block-layered-nav .count,
.kxm-filter-options .count {
    color: var(--kxm-hbx-muted);
    font-size: 12px;
    font-weight: 400;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-toggle,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently .block-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > a,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options .count {
    font-size: 12px;
    font-weight: 400;
}

/* Checkout, account, cart, table and footer text no longer fall back to serif. */
.data-table,
.data-table th,
.data-table td,
.cart-table,
.opc,
.form-list,
.footer,
.footer-container,
.footer-container .links,
.footer-container .links a,
.page-footer,
.page-footer a {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.product-view .product-name .h1,
.product-view .product-img-box .product-name h1,
.product-view .product-shop .product-name .h1 {
    color: var(--kxm-hbx-text);
    font-size: 31px;
    font-weight: 500;
    line-height: 1.2;
}

.product-view .price-box .price,
.product-view .price-info .price {
    color: #009abb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #009abb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

.product-view .product-options label,
.product-view .product-options dt label,
.product-view .product-options .label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px;
    }

    h1,
    .h1,
    .page-title h1,
    .category-title h1,
    .kxm-category-title {
        font-size: 28px;
        line-height: 1.2;
    }

    .kxm-category-heading-block {
        margin-bottom: 32px;
    }

    .kxm-category-breadcrumbs {
        margin-bottom: 16px;
    }

    .kxm-category-topbar .toolbar .amount,
    .kxm-category-topbar .sort-by,
    .kxm-category-topbar .sort-by label,
    .kxm-category-topbar .sort-by select,
    .products-grid .product-name,
    .products-grid .product-name a,
    .products-grid .price,
    .products-grid .special-price .price {
        font-size: 13px;
    }
}

/* source: kxm-hbx-typography-v2.css */
/* Versioned overrides for the pre-existing category redesign CSS. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .price,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .special-price .price {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .old-price .price {
    font-weight: 400;
    letter-spacing: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-toggle,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently .block-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > a,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > span {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options .count {
    font-size: 12px;
    font-weight: 400;
}

/* source: kxm-hbx-typography-v3.css */
/* Versioned PDP overrides for legacy RWD specificity. */

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1,
.product-view .product-name .h1,
.product-view .product-name h1 {
    color: #000;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.product-view .price-box .price,
.product-view .price-info .price {
    color: #009abb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #009abb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

.product-view .product-options label,
.product-view .product-options dt label,
.product-view .product-options .label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .product-view .product-shop .product-name .h1,
    .product-view .product-img-box .product-name h1,
    .product-view .product-name .h1,
    .product-view .product-name h1 {
        font-size: 24px;
    }
}

/* source: kxm-hbx-typography-v4.css */
/* Cache-busted PDP typography overrides for legacy RWD specificity. */

.product-view .product-shop .product-name .h1,
.product-view .product-img-box .product-name h1,
.product-view .product-name .h1,
.product-view .product-name h1 {
    color: #000;
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: none;
}

.product-view .price-box .price,
.product-view .price-info .price,
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
    color: #009abb;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: .04em;
    line-height: 1.3;
}

.product-view .product-options label,
.product-view .product-options dt label,
.product-view .product-options .label,
.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .product-view .product-shop .product-name .h1,
    .product-view .product-img-box .product-name h1,
    .product-view .product-name .h1,
    .product-view .product-name h1 {
        font-size: 24px;
    }
}

/* source: kxm-category-redesign-v11.css */
/* Category controls and multi-choice filters, loaded after typography overrides. */

.kxm-category-heading-block {
    margin: 0 0 20px;
}

.kxm-category-breadcrumbs {
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar {
    display: block;
    min-height: 28px;
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    background: #fff;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar > .toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    min-height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    background: #fff;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
    order: 1;
    display: block;
    float: none;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .pager {
    order: 2;
    display: block;
    float: none;
    width: auto;
    margin: 0 0 0 auto;
    padding: 0;
    text-align: right;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    height: 28px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by label {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by select {
    width: auto;
    min-width: 0;
    height: 28px;
    margin: 0;
    padding: 0 22px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
    color: #111;
    font-size: 13px;
    font-weight: 400;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 28px;
    margin: 0;
    border: 0;
    background: transparent;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .amount {
    color: #888;
    font-size: 12px;
    line-height: 28px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-toggle,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .block-layered-nav .currently .block-subtitle {
    font-size: 15px;
    font-weight: 400;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > .kxm-filter-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding: 4px 0;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-decoration: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > a.kxm-filter-option:hover,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options > li > a.kxm-filter-option:focus {
    text-decoration: none;
}

.kxm-filter-checkbox {
    position: relative;
    display: block;
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    background: #fff;
    box-sizing: border-box;
}

.kxm-filter-option.is-selected .kxm-filter-checkbox {
    border-color: #111;
    background: #111;
}

.kxm-filter-option.is-selected .kxm-filter-checkbox::after {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 4px;
    border-bottom: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    transform: rotate(-45deg);
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options .kxm-filter-option .kxm-color-swatch {
    display: block;
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 1px solid #d8d8d8;
    border-radius: 50%;
    box-sizing: border-box;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options .kxm-filter-option .kxm-filter-option-label {
    flex: 1 1 auto;
    min-width: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-filter-options .kxm-filter-option .count {
    flex: 0 0 auto;
    margin-left: auto;
}

.kxm-filter-option.is-disabled {
    cursor: default;
    opacity: .45;
}

@media only screen and (max-width: 767px) {
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar {
        min-height: 32px;
        padding: 0;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar > .toolbar {
        min-height: 32px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
        order: 1;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .pager {
        order: 2;
        margin-left: auto;
        text-align: right;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by {
        justify-content: flex-start;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by select {
        flex: 0 1 auto;
    }
}

/* source: kxm-category-redesign-v12.css */
/* Restore the complete sorter and pin it to the left edge of the product area. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar > .toolbar {
    justify-content: flex-start;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
    order: 1;
    flex: 0 0 auto;
    margin: 0 auto 0 0;
    text-align: left;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .pager {
    order: 2;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by {
    justify-content: flex-start;
    text-align: left;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by label {
    display: inline-block;
    margin: 0 4px 0 0;
    color: #888;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    white-space: nowrap;
}

@media only screen and (max-width: 767px) {
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
        margin-right: auto;
    }
}

/* source: kxm-category-redesign-v13.css */
/* Compact product metadata: price and sizes share one row. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid {
    row-gap: 24px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-info {
    flex: 0 0 auto;
    min-height: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-name {
    margin-bottom: 6px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-meta-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    min-width: 0;
    min-height: 25px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-price {
    flex: 0 0 auto;
    min-width: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-meta-row .price-box {
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-sizes {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-sizes::-webkit-scrollbar {
    display: none;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-sizes .configurable-swatch-list {
    display: flex;
    flex: 0 0 auto;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 4px;
    width: max-content;
    margin: 0;
    padding: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-product-sizes .configurable-swatch-list > li {
    float: none;
    flex: 0 0 auto;
    margin: 0;
}

/* source: kxm-category-redesign-v14.css */
/* Remove the legacy reserved product-info height after the compact meta row. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-info {
    min-height: 0;
}

/* source: kxm-category-redesign-v15.css */
/* Neutralize RWD's inline equal-height values on redesigned product cards. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .products-grid .product-info {
    min-height: 0 !important;
    padding-bottom: 0 !important;
}

/* source: kxm-category-redesign-v16.css */
/* SALE badge and right-aligned category sorter. */

.kxm-sale-badge {
    display: none;
}

body.cms-promocje .products-grid .product-image .kxm-sale-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    height: 28px;
    padding: 0 10px;
    background: #009abb;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .pager {
    order: 1;
    margin: 0;
    text-align: left;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
    order: 2;
    flex: 0 0 auto;
    margin: 0 0 0 auto;
    text-align: right;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by {
    justify-content: flex-end;
    text-align: right;
}

@media only screen and (max-width: 767px) {
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
        margin-right: 0;
        margin-left: auto;
    }
}

/* source: kxm-category-redesign-v17.css */
/* Stable two-column toolbar: count left, sorter right, no overlap. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar > .toolbar {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    column-gap: 12px;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .pager {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    min-width: 0;
    margin: 0;
    position: static;
    text-align: left;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .pager .count-container {
    display: flex;
    align-items: center;
    min-width: 0;
    margin: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .pager .amount {
    position: static;
    float: none;
    width: auto;
    margin: 0;
    white-space: nowrap;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .sorter {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: auto;
    min-width: 0;
    margin: 0 !important;
    position: static;
    text-align: right;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by {
    flex-wrap: nowrap;
    white-space: nowrap;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .view-mode,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .limiter,
body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .toolbar .pages {
    display: none;
}

@media only screen and (max-width: 479px) {
    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar > .toolbar {
        column-gap: 8px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by {
        gap: 2px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by label {
        margin-right: 2px;
        font-size: 11px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by select {
        width: 86px;
        max-width: 86px;
        padding-right: 16px;
    }

    body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by-switcher {
        width: 20px;
    }
}

/* source: kxm-category-redesign-v18.css */
/* Keep the sort-direction accessibility label inside its icon box. */

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by-switcher {
    position: relative;
    overflow: hidden !important;
    background: none !important;
    color: transparent !important;
    font-size: 0 !important;
    text-indent: -9999px !important;
    white-space: nowrap;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by-switcher::after {
    content: '\2191';
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-indent: 0;
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by-switcher--asc::after {
    content: '\2193';
}

body:is(.kxm-category-redesign, .cms-nowosci, .cms-promocje) .kxm-category-topbar .sort-by-switcher--desc::after {
    content: '\2191';
}

/* source: kxm-header-project-v19.css */
/* Header implementation based on Bez-nazwy-2.png. */

.page-header.kxm-project-header {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background: #fff;
}

.kxm-project-header .page-header-container {
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0;
}

.kxm-project-header .kxm-header-main {
    position: relative;
    display: block;
    width: 100%;
    height: 96px;
    min-height: 96px;
    padding: 0;
}

.kxm-project-header .kxm-header-location {
    position: absolute;
    top: 50%;
    left: 14px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .01em;
    text-decoration: none;
    white-space: nowrap;
    transform: translateY(-50%);
}

.kxm-project-header .kxm-header-location:hover,
.kxm-project-header .kxm-header-location:focus {
    color: #111;
    text-decoration: none;
}

.kxm-project-header .kxm-header-location img,
.kxm-project-header .kxm-header-location svg {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.kxm-project-header .logo.kxm-header-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    float: none;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    max-width: none;
    margin: 0;
    padding: 0;
    transform: translate(-50%, -50%);
}

.kxm-project-header .logo.kxm-header-logo img {
    display: block;
    width: 80px;
    height: 80px;
    max-width: none;
    max-height: none;
    object-fit: contain;
}

.kxm-project-header .kxm-header-utility {
    position: absolute;
    top: 50%;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
    height: 40px;
    margin: 0;
    gap: 18px;
    transform: translateY(-50%);
}

.kxm-project-header .kxm-header-search-toggle,
.kxm-project-header .kxm-header-region,
.kxm-project-header .kxm-header-language,
.kxm-project-header .skip-account,
.kxm-project-header .skip-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

.kxm-project-header .kxm-header-search-toggle {
    width: auto;
    gap: 8px;
}

.kxm-project-header .kxm-header-search-toggle .label {
    display: inline;
    color: #111;
    font-size: 13px;
    line-height: 1;
}

.kxm-project-header .kxm-header-search-toggle .icon,
.kxm-project-header .skip-account .icon,
.kxm-project-header .skip-cart .icon,
.kxm-project-header .kxm-globe-icon {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.kxm-project-header .kxm-header-search-toggle .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.7' stroke-linecap='round'%3E%3Ccircle cx='10.7' cy='10.7' r='6.4'/%3E%3Cpath d='m15.5 15.5 5 5'/%3E%3C/svg%3E");
}

.kxm-project-header .skip-account .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='7.7' r='3.4'/%3E%3Cpath d='M5.5 20c.6-4 3-6.1 6.5-6.1s5.9 2.1 6.5 6.1'/%3E%3C/svg%3E");
}

.kxm-project-header .skip-cart .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.55' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M7.2 8.2h9.6l.7 12H6.5l.7-12Z'/%3E%3Cpath d='M9.2 8.2V6.6a2.8 2.8 0 0 1 5.6 0v1.6'/%3E%3C/svg%3E");
}

.kxm-project-header .kxm-globe-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.45'%3E%3Ccircle cx='12' cy='12' r='8.2'/%3E%3Cpath d='M3.8 12h16.4M12 3.8c2.2 2.2 3.4 5 3.4 8.2S14.2 18 12 20.2M12 3.8C9.8 6 8.6 8.8 8.6 12s1.2 6 3.4 8.2'/%3E%3C/svg%3E");
}

.kxm-project-header .kxm-header-region,
.kxm-project-header .kxm-header-language {
    gap: 8px;
    white-space: nowrap;
}

.kxm-project-header .kxm-polish-flag {
    display: block;
    width: 32px;
    height: 18px;
    border: 1px solid #efefef;
    background: linear-gradient(to bottom, #fff 0 50%, #dc1818 50% 100%);
    box-sizing: border-box;
}

.kxm-project-header .kxm-header-language {
    position: relative;
    cursor: pointer;
}

.kxm-project-header .kxm-header-language-menu {
    position: absolute;
    top: 38px;
    right: 0;
    z-index: 1200;
    display: none;
    min-width: 88px;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}

.kxm-project-header .kxm-header-language:hover .kxm-header-language-menu,
.kxm-project-header .kxm-header-language:focus-within .kxm-header-language-menu {
    display: block;
}

.kxm-project-header .kxm-header-language-menu ul {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.kxm-project-header .kxm-header-language-menu img {
    display: block;
    max-width: 28px;
    max-height: 18px;
}

.kxm-project-header .skip-account,
.kxm-project-header .skip-cart {
    width: 36px;
}

.kxm-project-header .skip-account .label,
.kxm-project-header .skip-cart .label {
    display: none;
}

.kxm-project-header .account-cart-wrapper,
.kxm-project-header .header-minicart {
    position: relative;
    float: none;
    width: auto;
    height: 40px;
    margin: 0;
}

.kxm-project-header .skip-cart .count {
    position: absolute;
    top: 0;
    right: -4px;
    min-width: 16px;
    height: 16px;
    padding: 0 3px;
    border-radius: 8px;
    background: #009abb;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.kxm-project-header .skip-cart.no-count .count {
    display: none;
}

.kxm-project-header .kxm-header-search-panel {
    position: absolute;
    top: 72px;
    right: 16px;
    z-index: 1300;
    display: none !important;
    width: 340px;
    padding: 12px;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.kxm-project-header .kxm-header-search-panel.skip-active {
    display: block !important;
}

.kxm-project-header .kxm-header-search-panel #search_mini_form,
.kxm-project-header .kxm-header-search-panel .input-box {
    width: 100%;
    height: 38px;
}

.kxm-project-header .kxm-header-search-panel #search {
    width: 100%;
    height: 38px;
    padding: 0 42px 0 12px;
    border: 1px solid #ccc;
}

.kxm-project-header .kxm-header-search-panel .search-button {
    width: 38px;
    height: 38px;
}

.kxm-project-header .kxm-mobile-menu-toggle {
    display: none;
}

.kxm-project-header #header-nav {
    position: static;
    display: block;
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border: 0;
    background: #fff;
    box-sizing: border-box;
}

.kxm-project-header .nav-primary {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px;
    width: 100%;
    height: 56px;
    min-height: 56px;
    margin: 0;
}

.kxm-project-header .nav-primary > li,
.kxm-project-header .nav-primary li.level0 {
    float: none;
    height: 56px;
    margin: 0;
}

.kxm-project-header .nav-primary > li > a,
.kxm-project-header .nav-primary a.level0 {
    height: 56px;
    padding: 0;
    color: #111;
    font-size: 14px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.kxm-project-header #header-account {
    z-index: 1300;
}

@media only screen and (max-width: 1279px) {
    .kxm-project-header .nav-primary {
        gap: 30px;
    }

    .kxm-project-header .kxm-header-location {
        font-size: 11px;
    }

    .kxm-project-header .kxm-header-utility {
        gap: 12px;
    }
}

@media only screen and (max-width: 1023px) {
    .page-header.kxm-project-header {
        position: relative;
        z-index: 1000;
        padding: 0;
    }

    .kxm-project-header .kxm-header-main {
        height: 60px;
        min-height: 60px;
    }

    .kxm-project-header .kxm-header-location,
    .kxm-project-header .kxm-header-region,
    .kxm-project-header .kxm-header-language {
        display: none;
    }

    .kxm-project-header .logo.kxm-header-logo {
        width: 48px;
        height: 48px;
    }

    .kxm-project-header .logo.kxm-header-logo img {
        width: 48px;
        height: 48px;
    }

    .kxm-project-header .kxm-mobile-menu-toggle {
        position: absolute;
        top: 10px;
        left: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        margin: 0;
        border: 0;
        background: #fff;
    }

    .kxm-project-header .kxm-mobile-menu-toggle .label {
        display: none;
    }

    .kxm-project-header .kxm-header-utility {
        right: 8px;
        height: 40px;
        gap: 2px;
    }

    .kxm-project-header .kxm-header-search-toggle {
        width: 40px;
        gap: 0;
    }

    .kxm-project-header .kxm-header-search-toggle .label {
        display: none;
    }

    .kxm-project-header .skip-account,
    .kxm-project-header .skip-cart {
        width: 40px;
        height: 40px;
    }

    .kxm-project-header #header-nav {
        position: absolute;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 1200;
        display: none;
        width: 100%;
        height: auto;
        padding: 0;
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .kxm-project-header #header-nav.skip-active {
        display: block;
    }

    .kxm-project-header .nav-primary {
        display: block;
        height: auto;
        min-height: 0;
    }

    .kxm-project-header .nav-primary > li,
    .kxm-project-header .nav-primary li.level0 {
        display: block;
        width: 100%;
        height: auto;
        border-bottom: 1px solid #eee;
    }

    .kxm-project-header .nav-primary > li > a,
    .kxm-project-header .nav-primary a.level0 {
        display: block;
        width: 100%;
        height: 44px;
        padding: 0 16px;
        font-size: 13px;
        line-height: 44px;
    }

    .kxm-project-header .kxm-header-search-panel {
        top: 60px;
        left: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .kxm-project-header #header-account {
        top: 60px;
    }
}

/* source: kxm-header-project-v20.css */
/* Header interaction and alignment fixes. */

.kxm-project-header .page-header-container {
    width: 100%;
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 32px;
    box-sizing: border-box;
}

.kxm-project-header .kxm-header-location {
    left: 0;
}

.kxm-project-header .kxm-header-utility {
    right: 0;
    gap: 16px;
    overflow: visible;
}

.kxm-project-header #header-nav {
    padding-right: 0;
    padding-left: 0;
}

.kxm-project-header .kxm-header-search-wrap,
.kxm-project-header .kxm-header-dropdown {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    overflow: visible;
}

.kxm-project-header button.kxm-header-search-toggle,
.kxm-project-header button.kxm-header-control {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    cursor: pointer;
    box-shadow: none;
}

.kxm-project-header button.kxm-header-search-toggle {
    width: auto;
    gap: 8px;
}

.kxm-project-header button.kxm-header-search-toggle:hover,
.kxm-project-header button.kxm-header-search-toggle:focus,
.kxm-project-header button.kxm-header-control:hover,
.kxm-project-header button.kxm-header-control:focus {
    border: 0;
    background: transparent;
    color: #111;
    outline: 1px solid transparent;
}

.kxm-project-header button.kxm-header-search-toggle .label {
    display: inline;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.kxm-project-header button.kxm-header-control {
    gap: 8px;
    white-space: nowrap;
}

.kxm-project-header .kxm-header-flag {
    display: block;
    width: 32px;
    height: 18px;
    border: 1px solid #e5e5e5;
    object-fit: cover;
    box-sizing: border-box;
}

.kxm-project-header .kxm-header-dropdown-menu {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    z-index: 2200;
    display: none;
    min-width: 176px;
    padding: 8px 0;
    border: 1px solid #ddd;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .1);
}

.kxm-project-header .kxm-header-dropdown.is-open .kxm-header-dropdown-menu {
    display: block;
}

.kxm-project-header .kxm-header-dropdown-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    gap: 10px;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    box-sizing: border-box;
}

.kxm-project-header .kxm-header-dropdown-menu a:hover,
.kxm-project-header .kxm-header-dropdown-menu a:focus {
    background: #f4f4f4;
    color: #111;
    text-decoration: none;
}

.kxm-project-header .kxm-header-dropdown-menu a[aria-current="true"] {
    background: #f4f4f4;
}

.kxm-project-header .kxm-header-option-name {
    flex: 1 1 auto;
    white-space: nowrap;
}

.kxm-project-header .kxm-header-option-code {
    flex: 0 0 auto;
    color: #777;
    font-size: 11px;
}

.kxm-project-header #header-search.kxm-header-search-panel {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    right: 0 !important;
    left: auto !important;
    z-index: 2300 !important;
    display: none !important;
    width: 340px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 1px solid #ddd !important;
    background: #fff !important;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .1) !important;
    box-sizing: border-box !important;
}

.kxm-project-header #header-search.kxm-header-search-panel.is-open {
    display: block !important;
}

.kxm-project-header #header-search #search_mini_form {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    margin: 0 !important;
}

.kxm-project-header #header-search #search_mini_form .input-box {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    margin: 0 !important;
}

.kxm-project-header #header-search #search {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: 38px !important;
    margin: 0 !important;
    padding: 0 42px 0 12px !important;
    border: 1px solid #bbb !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

.kxm-project-header #header-search .search-button {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    left: auto !important;
    width: 38px !important;
    height: 38px !important;
    margin: 0 !important;
}

.kxm-project-header .kxm-header-search-toggle .icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.kxm-project-header .kxm-globe-icon {
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
}

.kxm-project-header .skip-account,
.kxm-project-header .skip-cart {
    width: 44px;
    height: 40px;
}

.kxm-project-header .skip-account .icon,
.kxm-project-header .skip-cart .icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px 28px;
}

.kxm-project-header .skip-account .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none' stroke='%23111' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='14' cy='8.2' r='3.5'/%3E%3Cpath d='M5.8 24.2c.7-5.7 3.6-8.6 8.2-8.6s7.5 2.9 8.2 8.6'/%3E%3C/svg%3E");
}

.kxm-project-header .skip-cart .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none' stroke='%23111' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6.1 9.3h15.8l.8 15H5.3l.8-15Z'/%3E%3Cpath d='M10.1 9.3V7.1a3.9 3.9 0 0 1 7.8 0v2.2'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 1743px) {
    .kxm-project-header .page-header-container {
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px) {
    .kxm-project-header .page-header-container {
        padding: 0 8px;
    }

    .kxm-project-header .kxm-header-language,
    .kxm-project-header .kxm-header-currency {
        display: none;
    }

    .kxm-project-header .kxm-header-utility {
        right: 0;
        gap: 0;
    }

    .kxm-project-header button.kxm-header-search-toggle {
        width: 40px;
    }

    .kxm-project-header button.kxm-header-search-toggle .label {
        display: none;
    }

    .kxm-project-header #header-search.kxm-header-search-panel {
        position: fixed !important;
        top: 60px !important;
        right: 8px !important;
        left: 8px !important;
        width: auto !important;
    }

    .kxm-project-header #header-nav {
        left: 0;
        right: 0;
    }
}

/* source: kxm-header-project-v21.css */
@media only screen and (max-width: 1023px) {
    .kxm-project-header .kxm-header-utility {
        top: 10px;
        transform: none;
    }
}

/* source: kxm-header-project-v22.css */
/* Header visual refinements. */

.kxm-project-header .kxm-header-location {
    gap: 8px;
    font-size: 10px;
}

.kxm-project-header .kxm-header-location img,
.kxm-project-header .kxm-header-location svg {
    width: 28px;
    height: 28px;
}

.kxm-project-header .kxm-header-flag {
    display: block;
    flex: 0 0 28px;
    width: 28px;
    height: 18px;
    border: 1px solid #d8d8d8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.kxm-project-header .kxm-header-flag-pl {
    background: linear-gradient(to bottom, #fff 0 50%, #dc143c 50% 100%);
}

.kxm-project-header .kxm-header-flag-en {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='36' viewBox='0 0 60 36'%3E%3Crect width='60' height='36' fill='%23012169'/%3E%3Cpath d='M0 0 60 36M60 0 0 36' stroke='%23fff' stroke-width='8'/%3E%3Cpath d='M0 0 60 36M60 0 0 36' stroke='%23C8102E' stroke-width='4'/%3E%3Cpath d='M30 0v36M0 18h60' stroke='%23fff' stroke-width='12'/%3E%3Cpath d='M30 0v36M0 18h60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E");
}

.kxm-project-header .kxm-money-icon {
    display: block;
    flex: 0 0 24px;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23111' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='2.5' y='5' width='19' height='14' rx='1.8'/%3E%3Ccircle cx='12' cy='12' r='3.1'/%3E%3Cpath d='M5.6 8.4h.01M18.4 15.6h.01'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
}

.kxm-project-header .kxm-header-utility {
    gap: 14px;
}

.kxm-project-header .skip-account,
.kxm-project-header .skip-cart {
    width: 42px;
}

.kxm-project-header .header-minicart {
    margin-left: -8px;
}

.kxm-project-header .skip-account .icon,
.kxm-project-header .skip-cart .icon {
    flex-basis: 30px;
    width: 30px;
    height: 28px;
    background-size: 30px 28px;
}

.kxm-project-header .skip-account .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='28' viewBox='0 0 30 28' fill='none' stroke='%23111' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='15' cy='8.2' r='3.5'/%3E%3Cpath d='M5.6 24.2c.8-5.7 4-8.6 9.4-8.6s8.6 2.9 9.4 8.6'/%3E%3C/svg%3E");
}

.kxm-project-header .skip-cart .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='28' viewBox='0 0 30 28' fill='none' stroke='%23111' stroke-width='1.45' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5.2 9.3h19.6l.8 15H4.4l.8-15Z'/%3E%3Cpath d='M10.4 9.3V7.1a4.6 4.6 0 0 1 9.2 0v2.2'/%3E%3C/svg%3E");
}

@media only screen and (min-width: 1024px) {
    .kxm-project-header #header-search.kxm-header-search-panel {
        top: 0 !important;
        right: 0 !important;
        width: 340px !important;
        height: 40px !important;
        padding: 0 !important;
        border: 0 !important;
        background: #fff !important;
        box-shadow: none !important;
    }

    .kxm-project-header #header-search #search_mini_form,
    .kxm-project-header #header-search #search_mini_form .input-box,
    .kxm-project-header #header-search #search {
        height: 40px !important;
    }

    .kxm-project-header #header-search .search-button {
        width: 40px !important;
        height: 40px !important;
    }
}

@media only screen and (max-width: 1023px) {
    .kxm-project-header .kxm-header-location img,
    .kxm-project-header .kxm-header-location svg {
        width: 24px;
        height: 24px;
    }

    .kxm-project-header .kxm-header-utility {
        gap: 0;
    }

    .kxm-project-header .header-minicart {
        margin-left: -4px;
    }
}

/* source: kxm-header-project-v23.css */
@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    .kxm-project-header #header-search.kxm-header-search-panel {
        width: 240px !important;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1100px) {
    .kxm-project-header .kxm-header-language,
    .kxm-project-header .kxm-header-currency {
        display: none;
    }
}

/* source: kxm-header-project-v24.css */
@media only screen and (min-width: 1024px) {
    .kxm-project-header .header-minicart {
        margin-left: -12px;
    }
}
.kxm-visually-hidden,
.kxm-skip-link:not(:focus) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.kxm-skip-link:focus {
    position: fixed;
    z-index: 10000;
    top: 8px;
    left: 8px;
    padding: 10px 14px;
    color: #000;
    background: #fff;
    outline: 3px solid #000;
}

/* source: kxm-header-project-v25.css */
@media only screen and (min-width: 1024px) {
    .kxm-project-header .kxm-header-currency + .skip-account {
        margin-left: -8px;
    }
}

/* source: kxm-accessibility-v1.css */
.kxm-project-header .kxm-header-location,
.kxm-project-header .kxm-header-dropdown-menu .kxm-header-option-name,
.kxm-project-header .kxm-header-dropdown-menu .kxm-header-option-code,
.footer .block-title strong span,
.footer .links .block-title strong span {
    color: #00758f;
}

button.button > span,
.button > span {
    background-color: #00758f;
}

.kxm-project-header .kxm-header-location {
    min-height: 24px;
    display: inline-flex;
    align-items: center;
}

.kxm-project-header .kxm-mobile-menu-toggle {
    min-width: 24px;
    min-height: 24px;
}

#camera_wrap_1 {
    aspect-ratio: 1124 / 561;
}

.kxm-hero-carousel {
    position: relative;
    width: 100%;
    aspect-ratio: var(--kxm-hero-ratio, 2 / 1);
    overflow: hidden;
    background: #f3f3f3;
}

.kxm-hero-track,
.kxm-hero-slide {
    position: absolute;
    inset: 0;
}

.kxm-hero-slide {
    display: none;
}

.kxm-hero-slide.is-active {
    display: block;
    z-index: 1;
}

.kxm-hero-slide picture,
.kxm-hero-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.kxm-hero-slide img {
    object-fit: cover;
}

.kxm-hero-caption {
    position: absolute;
    right: 16px;
    bottom: 16px;
    left: 16px;
    padding: 10px 14px;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

.kxm-hero-control {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(0, 0, 0, 0.66);
    transform: translateY(-50%);
}

.kxm-hero-prev {
    left: 12px;
}

.kxm-hero-next {
    right: 12px;
}

.kxm-hero-dots {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 8px;
    left: 0;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.kxm-hero-dots button {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 8px solid transparent;
    border-radius: 50%;
    background: #fff;
    background-clip: content-box;
}

.kxm-hero-dots button[aria-current="true"] {
    background-color: #00758f;
}
