/* Catalog pages */
.wex-redesign .container.wex-catalog-page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    color: var(--wex-color-111);
    font-family: "San Francisco Pro Display"
}

.wex-catalog-page .row {
    margin-left: 0;
    margin-right: 0
}

.wex-catalog-hero {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(360px, 520px);
    gap: 48px;
    align-items: end;
    padding: 36px;
    border-bottom: 1px solid var(--wex-color-e7ebf2)
}

.wex-catalog-eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--wex-blue);
    font-size: 14px;
    font-weight: 700
}

.wex-catalog-hero h1 {
    margin: 0;
    color: var(--wex-navy);
    font-size: 40px;
    line-height: 1.16;
    font-weight: 600
}

.wex-catalog-hero p {
    max-width: 570px;
    margin: 14px 0 0;
    color: var(--wex-color-58667d);
    font-size: 16px;
    line-height: 1.55
}

.wex-catalog-search {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 104px;
    align-items: center;
    min-height: 48px;
    border: 1px solid var(--wex-color-dfe5ee);
    border-radius: 6px;
    background: var(--wex-white);
    overflow: hidden
}

.wex-catalog-search i {
    color: var(--wex-blue);
    text-align: center
}

.wex-catalog-search input {
    height: 48px;
    border: 0;
    min-width: 0;
    color: var(--wex-color-111);
    font-size: 14px
}

.wex-catalog-search button {
    height: 48px;
    border: 0;
    background: var(--wex-blue);
    color: var(--wex-white);
    font-weight: 700
}

.wex-catalog-tabs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 24px 0 36px
}

.wex-catalog-tabs a {
    min-height: 60px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 16px;
    border: 1px solid var(--wex-color-dfe5ee);
    border-radius: 4px;
    background: var(--wex-white);
    color: var(--wex-blue);
    font-weight: 700;
    text-decoration: none
}

.wex-catalog-tabs a.is-active,
.wex-catalog-tabs a:hover {
    background: var(--wex-blue);
    border-color: var(--wex-blue);
    color: var(--wex-white)
}

.wex-catalog-layout {
    display: grid;
    grid-template-columns: 282px minmax(0, 1fr);
    gap: 32px
}

.wex-catalog-layout:before,
.wex-catalog-layout:after,
.wex-catalog-toolbar:before,
.wex-catalog-toolbar:after,
.wex-product-results:before,
.wex-product-results:after,
.wex-category-grid:before,
.wex-category-grid:after {
    display: none
}

.wex-catalog-sidebar,
.wex-catalog-content {
    float: none;
    width: auto;
    padding: 0
}

.wex-catalog-sidebar {
    border: 1px solid var(--wex-color-e7ebf2);
    border-radius: 4px;
    background: var(--wex-white);
    align-self: start;
    overflow: hidden
}

.wex-catalog-sidebar .sidebar-nav {
    margin: 0;
    padding: 12px 0
}

.wex-catalog-sidebar .sidebar-nav > li > a {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: var(--wex-navy);
    font-weight: 700;
    text-decoration: none
}

.wex-catalog-sidebar .menu-submenu a {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 40px;
    padding: 0 18px 0 42px;
    color: var(--wex-color-5f6b7d);
    text-decoration: none
}

.wex-catalog-sidebar .menu-submenu a:hover {
    background: var(--wex-color-f2f6fc);
    color: var(--wex-blue)
}

.wex-catalog-toolbar {
    margin-bottom: 26px;
    padding: 22px;
    border: 1px solid var(--wex-color-e7ebf2);
    border-radius: 4px;
    background: var(--wex-color-f8fafd)
}

.wex-catalog-toolbar > .col-md-12,
.wex-catalog-toolbar .col-md-4,
.wex-catalog-toolbar .col-md-7,
.wex-catalog-toolbar .col-md-9,
.wex-catalog-toolbar .col-md-3,
.wex-catalog-toolbar .col-xs-12 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0
}

.wex-catalog-toolbar > .col-md-12 {
    display: grid;
    grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
    gap: 24px;
    align-items: center
}

.wex-selection-search {
    margin: 0
}

.wex-selection-search .input-group {
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px
}

.wex-selection-search .input-group-btn {
    display: block;
    width: auto
}

.wex-selection-search .form-control,
.wex-selection-search .btn {
    height: 42px;
    border-radius: 4px
}

.wex-selection-search .form-control {
    border: 1px solid var(--wex-color-dfe5ee);
    border-right: 0;
    box-shadow: none
}

.wex-selection-search .btn {
    width: 48px;
    border: 0;
    background: var(--wex-blue)
}

.wex-catalog-title h1 {
    margin: 0;
    color: var(--wex-navy);
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600
}

.wex-filter-panel {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 18px
}

.wex-filter-panel .floatl-m05,
.wex-catalog-actions .div-exp-flex,
.wex-catalog-actions .category__buttons-list {
    float: none;
    margin: 0
}

.wex-filter-panel .filter-new-checkbox,
.wex-filter-panel .filter-checkbox-custom {
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--wex-color-dfe5ee);
    border-radius: 999px;
    background: var(--wex-white);
    color: var(--wex-navy);
    padding: 0 14px;
    font-weight: 600
}

.wex-catalog-actions {
    margin-top: 18px
}

.wex-catalog-actions .category__buttons-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end
}

.wex-catalog-actions .btn,
.wex-product-results .btn-wexler {
    border: 0;
    border-radius: 999px;
    background: var(--wex-blue);
    color: var(--wex-white);
    font-weight: 700
}

.wex-category-grid,
.wex-product-results {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px
}

.wex-category-list-card,
.wex-catalog-product {
    float: none;
    width: auto;
    padding: 0
}

.wex-category-list-card .thumbnail,
.wex-catalog-product .thumbnail {
    height: 100%;
    margin: 0;
    padding: 18px;
    border: 1px solid var(--wex-color-e7ebf2);
    border-radius: 4px;
    box-shadow: none;
    background: var(--wex-white)
}

.wex-category-list-card .img_container,
.wex-catalog-product .img_url {
    min-height: 166px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--wex-color-f3f6fa);
    border-radius: 4px;
    overflow: hidden
}

.wex-category-list-card img,
.wex-catalog-product img {
    max-height: 150px;
    object-fit: contain
}

.wex-category-list-card .caption h4,
.wex-catalog-product .caption h4 {
    margin: 16px 0 0;
    font-size: 15px;
    line-height: 1.35
}

.wex-category-list-card .caption a,
.wex-catalog-product .caption a {
    color: var(--wex-color-111);
    text-decoration: none
}

.wex-catalog-product .mainItem {
    display: block;
    margin: 0
}

.wex-catalog-product .model {
    margin-top: 12px;
    color: var(--wex-color-5f6b7d);
    font-size: 13px;
    line-height: 1.45
}

.wex-catalog-product .category__itemcard-addtoquote {
    margin-top: 16px
}

.wex-catalog-product .category__itemcard-addtoquote a {
    width: 100%;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.wex-catalog-page .pagination > li > a,
.wex-catalog-page .pagination > li > span {
    color: var(--wex-blue)
}

.wex-catalog-page .pagination > .active > a,
.wex-catalog-page .pagination > .active > span {
    background: var(--wex-blue);
    border-color: var(--wex-blue);
    color: var(--wex-white)
}
.mobile-only {
    display: none;
}
@media (max-width: 1100px) {
    .desctop-only
    {
        display:none;
    }
    .mobile-only
    {
        display:block;
    }
    .wex-catalog-page {
        padding-left: 32px;
        padding-right: 32px
    }

    .wex-catalog-hero,
    .wex-catalog-layout,
    .wex-catalog-toolbar > .col-md-12 {
        grid-template-columns: 1fr
    }

    .wex-catalog-tabs {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media (max-width: 767px) {
    .wex-catalog-page {
        padding: 0 20px 88px
    }

    .wex-catalog-hero {
        padding: 36px;
        gap: 22px
    }

    .wex-catalog-hero h1 {
        font-size: 28px
    }

    .wex-catalog-search {
        grid-template-columns: 38px minmax(0, 1fr) 76px;
        min-height: 44px
    }

    .wex-catalog-search input,
    .wex-catalog-search button {
        height: 44px;
        font-size: 13px
    }

    .wex-catalog-tabs {
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 18px 0 24px
    }

    .wex-catalog-tabs a {
        flex: 0 0 192px;
        min-height: 52px
    }

    .wex-catalog-sidebar {
        display: none
    }

    .wex-catalog-toolbar {
        padding: 16px
    }

    .wex-catalog-title h1 {
        font-size: 22px
    }

    .wex-filter-panel {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 8px
    }

    .wex-catalog-actions .category__buttons-list {
        justify-content: stretch
    }

    .wex-catalog-actions .btn {
        flex: 1 1 140px
    }

    .wex-category-grid,
    .wex-product-results {
        grid-template-columns: 1fr;
        gap: 16px
    }

    .wex-category-list-card .img_container,
    .wex-catalog-product .img_url {
        min-height: 132px
    }
}

.wex-catalog-page-detail {
    width: min(100%, var(--wex-content-max, 1500px));
    max-width: var(--wex-content-max, 1500px);
    margin: 0 auto;
}
    .wex-catalog-page-detail .wex-filter-option:hover,
    .wex-catalog-page-detail .wex-filter-check:hover {
        color: var(--wex-blue);
    }
.wex-catalog-page-detail .wex-catalog-hero {
    min-height: 168px;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    margin: 0 0 18px;
    padding: 36px;
    border: 0;
    border-radius: 6px;
    background-position: center;
    background-size: cover;
    color: var(--wex-white);
    overflow: hidden;
}

.wex-catalog-page-detail .wex-catalog-hero h1 {
    margin: 0;
    color: var(--wex-white);
    font-size: 48px;
    line-height: 1.2;
    font-weight: 400;
    font-family:"Jost";
}

.wex-catalog-page-detail .wex-catalog-hero p {
    max-width: 520px;
    margin: 16px 0 0;
    color: var(--wex-white)!important;
    font-size: 18px;
    line-height: 1.2;
    font-family:"Jost";
    font-weight:500;
}

.wex-catalog-mobile-hero {
    display: none;
}

.wex-mobile-filter-button {
    display: none;
}

.wex-catalog-page-detail .wex-catalog-layout {
    display: block;
}

.wex-catalog-page-detail #leftCats {
    display: none;
}

.wex-catalog-page-detail .wex-catalog-content {
    width: 100%;
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
    float: none;
}

.wex-catalog-page-detail .wex-catalog-toolbar {
    position: relative;
    grid-column: 1;
    grid-row: 1 / 99;
    width: auto;
    float: none;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--wex-transparent);
}

.wex-catalog-page-detail .wex-catalog-toolbar > .col-md-12,
.wex-catalog-page-detail .wex-catalog-toolbar > .col-md-12 > .col-md-12 {
    display: block;
}

.wex-catalog-page-detail .wex-selection-search,
.wex-catalog-page-detail .wex-catalog-title,
.wex-catalog-page-detail .wex-catalog-actions .div-exp-flex {
    display: none;
}

.wex-catalog-page-detail .wex-catalog-actions {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

.wex-catalog-page-detail .wex-catalog-actions .category__buttons-list,
.wex-catalog-page-detail .wex-catalog-actions .category__buttons-list > div {
    display: contents;
}

.wex-catalog-page-detail .wex-catalog-actions .btn {
    display: none;
}

.wex-catalog-page-detail .wex-catalog-actions #reset {
    min-height: 0;
    display: none;
    padding: 0 !important;
    border: 0;
    border-radius: 0;
    background: var(--wex-transparent);
    color: var(--wex-color-111);
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-decoration: underline;
}

.wex-catalog-page-detail .wex-filter-panel:before,
.wex-catalog-page-detail .wex-filter-panel:after {
    content: none;
}

.wex-catalog-page-detail .wex-filters {
    width: 100%;
    display: block;
    color: var(--wex-color-111);
}

.wex-catalog-page-detail .wex-filters-head {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px;
}

.wex-catalog-page-detail .wex-filters-head strong {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-family:"Jost";
}
.wex-filter-fixed-portal .wex-filters {
    padding-top: 66px;
}
.wex-filter-chip:hover {
    background-color: var(--wex-color-gray3);
    fill: var(--wex-navy);
    border-color: var(--wex-color-gray1);
}
.wex-catalog-page-detail .wex-filter-reset:hover {
    border-color: var(--wex-color-gray1);
}
.wex-filter-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 12px;
    border: 1px solid var(--wex-color-d6d8dd);
    border-radius: 999px;
    background-color: var(--wex-color-gray3);
}
.results-count
{
    font-size:22px;
    line-height:1.2;
    font-family:"Jost";
    font-weight:500;
}
.wex-filter-chip::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    background: url('../svg/close.svg') center / contain no-repeat;
    cursor: pointer;
}

.filter-clear-container {
    display: flex;
    /*justify-content: flex-end;*/
}
.filter-header {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    min-height: 68px;
    border-bottom: 1px solid var(--wex-color-border);
    background-color: var(--wex-white);
    display: grid;
    align-items: center;
    grid-auto-flow: column;
    grid-template-columns: 144px auto 1fr;
    column-gap:10px;
}

#catsContent,
.wex-catalog-toolbar {
    position: relative;
}

.wex-catalog-section-loader {
    position: absolute;
    z-index: 1500;
    inset: 0;
    background: var(--wex-white);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: visibility 0s linear .2s;
}

.wex-catalog-toolbar.is-loading > .wex-catalog-section-loader,
.filter-header.is-loading > .wex-catalog-section-loader {
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
    animation: wex-catalog-section-fade 1s ease-in-out infinite alternate;
}

@keyframes wex-catalog-section-fade {
    from { opacity: .45; }
    to { opacity: .88; }
}

@media (prefers-reduced-motion: reduce) {
    .wex-catalog-toolbar.is-loading > .wex-catalog-section-loader,
    .filter-header.is-loading > .wex-catalog-section-loader {
        animation: none !important;
        opacity: .75;
    }
}

.filters-chips-scroll {
    position: relative;
    min-width: 0;
    height: 100%;
}

.filters-chips-container {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
    cursor: default;
    user-select: none;
}

.filters-chips-container::-webkit-scrollbar {
    display: none;
}

.filters-chips-container.is-dragging {
    cursor: grabbing;
}

.filters-chips-container .wex-filter-chip {
    flex: 0 0 auto;
    var(--wex-white)-space: nowrap;
    cursor: grab;
}
.filters-chips-arrow:hover svg
{

}
.filters-chips-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 100%;
    padding: 0;
    border: 0;
    background: var(--wex-white);
    color: var(--wex-color-111);
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-50%);
    transition:
        opacity 0.2s ease,
        visibility 0s linear 0.2s;
}

.filters-chips-arrow .wex-arrow-svg {
    opacity: 0;
    transition: opacity 0.2s ease !important;
}

.filters-chips-arrow-left,
.filters-chips-arrow-left:hover,
.filters-chips-arrow-left:focus,
.filters-chips-arrow-left:active {
    left: 0;
    box-shadow:
        4px 0 0 4px var(--wex-white),
        10px 0 10px 6px var(--wex-white) !important;
}

.filters-chips-arrow-right,
.filters-chips-arrow-right:hover,
.filters-chips-arrow-right:focus,
.filters-chips-arrow-right:active {
    right: 0;
    box-shadow:
        -4px 0 0 4px var(--wex-white),
        -10px 0 10px 6px var(--wex-white) !important;
}

.filters-chips-scroll.can-scroll-left .filters-chips-arrow-left,
.filters-chips-scroll.can-scroll-right .filters-chips-arrow-right {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s;
}

.filters-chips-scroll.can-scroll-left .filters-chips-arrow-left .wex-arrow-svg,
.filters-chips-scroll.can-scroll-right .filters-chips-arrow-right .wex-arrow-svg {
    opacity: 1;
}

.wex-catalog-results-heading,
.wex-filters-head {
    display: none !important;
}
.wex-catalog-page-detail .wex-filter-reset {
    padding: 4px 10px;
    border: 1px solid var(--wex-color-d6d8dd);
    border-radius: 999px;
    background-color: var(--wex-white);
}

.wex-filter-head-actions {
    display: inline-flex;
    align-items: center;
    gap: 16px;
}

.wex-mobile-filter-close {
    display: none;
}

.wex-filter-scroll {
    display: block;
}

@media (min-width: 821px) {
    .wex-catalog-page-detail .wex-catalog-toolbar {
        position: relative;
        align-self: start;
        z-index: 100;
        width: auto;
        height: calc(100vh - 64px);
        height: calc(100dvh - 64px);
        margin: 0;
        background: var(--wex-white);
    }

    .wex-catalog-page-detail .wex-catalog-toolbar-placeholder {
        grid-column: 1;
        grid-row: 1 / 99;
        width: 100%;
    }

        .wex-catalog-page-detail .wex-catalog-toolbar.is-desktop-sticky {
            position: fixed;
            top: var(--wex-filter-fixed-top, 64px);
            left: var(--wex-filter-fixed-left);
            width: var(--wex-filter-fixed-width);
            height: calc(100vh - var(--wex-filter-fixed-top, 64px));
            height: calc(100dvh - var(--wex-filter-fixed-top, 64px));
        }

    .wex-catalog-page-detail .wex-filter-mobile-sheet-host,
    .wex-catalog-page-detail .wex-filter-mobile-sheet-host > .col-md-12,
    .wex-catalog-page-detail .wex-filter-panel {
        height: 100%;
    }

    .wex-catalog-page-detail .wex-filters {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .wex-catalog-page-detail .wex-filter-scroll {
        flex: 1 1 auto;
        align-self: stretch;
        width: auto;
        min-height: 0;
        box-sizing: border-box;
        overflow-y: scroll;
        overscroll-behavior: contain;
        overflow-x: hidden;
        padding-right: 22px;
        scrollbar-width: thin;
        scrollbar-color: var(--wex-transparent) var(--wex-transparent);
        scrollbar-gutter: stable;
        max-width:320px!important;
    }

    .wex-catalog-page-detail .wex-filter-scroll:hover {
        scrollbar-color: var(--wex-color-gray2) var(--wex-transparent);
    }

    .wex-catalog-page-detail .wex-filter-scroll::-webkit-scrollbar {
        width: 22px;
    }

    .wex-catalog-page-detail .wex-filter-scroll::-webkit-scrollbar-track {
        background: var(--wex-transparent);
    }

    .wex-catalog-page-detail .wex-filter-scroll::-webkit-scrollbar-thumb {
        border: 3px solid var(--wex-transparent);
        border-right-width: 15px;
        border-radius: 999px;
        background: var(--wex-transparent);
        background-clip: padding-box;
    }

    .wex-catalog-page-detail .wex-filter-scroll:hover::-webkit-scrollbar-thumb {
        background-color: var(--wex-color-gray2);
    }

    .wex-catalog-page-detail .wex-filter-scroll::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }
}

.wex-mobile-filter-actions {
    display: none;
}

.wex-catalog-page-detail .wex-filters .wex-filter-quick {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--wex-color-border);
}
.wex-catalog-page-detail .wex-filter-check input:hover,
.wex-catalog-page-detail .wex-filter-option input:hover {
    cursor: pointer;
}
.wex-catalog-page-detail .wex-filter-check {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--wex-color-111);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    cursor: pointer;
    font-family: "San Francisco Pro Display";
}

    .wex-catalog-page-detail .wex-filter-check input {
        width: 18px;
        height: 18px;
        flex: 0 0 18px;
        margin: 0;
        border: 1.5px solid var(--wex-color-gray1);
        border-radius: 2px;
        appearance: none;
        background: var(--wex-white);
    }

        .wex-catalog-page-detail .wex-filter-check input:checked {
            border-color: var(--wex-transparent);
            background: url('../svg/checkbox.svg') center/18px 18px no-repeat;
        }

.wex-catalog-page-detail .wex-filter-range {
    padding: 20px 0 20px;
    border-bottom: 1px solid var(--wex-color-border);
}

.wex-catalog-page-detail .wex-filter-range-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.wex-catalog-page-detail .wex-filter-range-head strong {
    color: var(--wex-color-111);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    font-family:"Jost";
}

.wex-catalog-page-detail .wex-filter-unit {
    display: inline-flex;
    align-items: center;
    padding: 2px;
    border-radius: 8px;
    background: var(--wex-color-e8eaf6);
    max-width: 74px;
    width: 74px;
}

.wex-catalog-page-detail .wex-filter-unit button {
    min-width: 35px;
    height: 24px;
    border: 0;
    border-radius: 8px;
    background: var(--wex-transparent);
    color: var(--wex-color-111);
    font-size: 12px;
    line-height: 1.2;
    cursor: pointer;
    font-family:"Jost";
    font-weight:500;
    max-width:35px;

}

    .wex-catalog-page-detail .wex-filter-unit button.is-active {
        background: var(--wex-white);
        border-radius:6px;
    }

.wex-catalog-page-detail .wex-filter-unit-label {
    min-width: 32px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    border-radius: 6px;
    background: var(--wex-color-eef1fb);
    color: var(--wex-color-111);
    font-size: 12px;
    line-height: 1.2;
    font-family:"Jost";
    font-weight:500;
}

.wex-catalog-page-detail .wex-filter-range-values {
    display: grid;
    grid-template-columns: minmax(0, 133px) 32px minmax(0, 133px);
    align-items: center;
    gap: 0px;
    margin-bottom: 24px;
    margin-top: 24px;
}

    .wex-catalog-page-detail .wex-filter-range-values label {
        height: 40px;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0 10px;
        border: 2px solid var(--wex-transparent);
        box-shadow: 0 0 0 1px var(--wex-color-gray2);
        margin-left: 1px;
        margin-right: 1px;
        border-radius: 5px;
        background: var(--wex-white);
    }

    .wex-catalog-page-detail .wex-filter-range-values input {
        min-width: 0;
        width: 100%;
        padding: 0;
        border: 0;
        background: var(--wex-transparent);
        color: var(--wex-black);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        font-family: "San Francisco Pro Display";
    }

    .wex-catalog-page-detail .wex-filter-range-values span {
        color: var(--wex-color-gray1);
        font-size: 16px;
        line-height: 24px;
        var(--wex-white)-space: nowrap;
        font-family: "San Francisco Pro Display";
        font-weight: 400;
    }

.wex-catalog-page-detail .wex-filter-range-separator {
    width: 10px;
    height: 1px;
    justify-self: center;
    background: var(--wex-color-gray2);
}
.wex-filter-group-search:focus {
    border: 2px solid var(--wex-blue)!important;
}
.wex-catalog-page-detail .wex-filter-range-track {
    position: relative;
    height: 16px;
}

.wex-catalog-page-detail .wex-filter-nouislider.noUi-target {
    height: 16px;
    border: 0;
    background: var(--wex-transparent);
    box-shadow: none;
    cursor: pointer;
}

.wex-catalog-page-detail .wex-filter-nouislider .noUi-base {
    height: 16px;
}
.noUi-base {
    width: auto;
}
    .wex-catalog-page-detail .wex-filter-nouislider .noUi-connects {
    top: 7px;
    height: 4px;
    border-radius: 999px;
    background: var(--wex-color-e5e5ea);
}

.wex-catalog-page-detail .wex-filter-nouislider .noUi-connect {
    background: var(--wex-color-green);
}

.wex-catalog-page-detail .wex-filter-range.is-unit-changing .wex-filter-nouislider .noUi-origin,
.wex-catalog-page-detail .wex-filter-range.is-unit-changing .wex-filter-nouislider .noUi-connect {
    transition: transform 250ms ease;
}

.wex-catalog-page-detail .wex-filter-range.is-unit-changing .wex-filter-nouislider .noUi-handle {
    transition: right 250ms ease;
}

.wex-catalog-page-detail .wex-filter-nouislider.noUi-horizontal .noUi-handle {
    top: 1px;
    right: -8px;
    width: 16px;
    height: 16px;
    border: 4px solid var(--wex-color-green);
    border-radius: 50%;
    background: var(--wex-white);
    box-shadow: none;
    cursor: grab;
}

.wex-catalog-page-detail .wex-filter-range.is-at-min .wex-filter-nouislider.noUi-horizontal .noUi-handle-lower {
    right: -16px;
}

.wex-catalog-page-detail .wex-filter-range.is-at-max .wex-filter-nouislider.noUi-horizontal .noUi-handle-upper {
    right: 0;
}

.wex-catalog-page-detail .wex-filter-range.is-at-min.is-same-value .wex-filter-nouislider.noUi-horizontal .noUi-handle {
    right: -16px;
}

.wex-catalog-page-detail .wex-filter-range.is-at-max.is-same-value .wex-filter-nouislider.noUi-horizontal .noUi-handle {
    right: 0;
}

.wex-catalog-page-detail .wex-filter-nouislider.noUi-horizontal .noUi-handle:active {
    cursor: grabbing;
}

.wex-catalog-page-detail .wex-filter-nouislider .noUi-handle:before,
.wex-catalog-page-detail .wex-filter-nouislider .noUi-handle:after {
    display: none;
}

.wex-catalog-page-detail .wex-filter-range.is-same-value .wex-filter-nouislider.noUi-horizontal .noUi-origin:nth-child(2) .noUi-handle {
    transform: translateX(-4px);
}

.wex-catalog-page-detail .wex-filter-range.is-same-value .wex-filter-nouislider.noUi-horizontal .noUi-origin:last-child .noUi-handle {
    transform: translateX(4px);
}

.wex-catalog-page-detail .wex-filter-range-ticks {
    display: flex;
    justify-content: space-between;
    color: var(--wex-color-gray1);
    font-size: 10px;
    line-height: 1;
    display:none;
}

    .wex-catalog-page-detail .wex-filter-range-ticks button {
        padding: 0;
        border: 0;
        background: var(--wex-transparent);
        color: var(--wex-color-gray1);
        font: inherit;
        line-height: inherit;
        cursor: pointer;
        font-size:12px;
        line-height:1.4;
    }

.wex-catalog-page-detail .wex-filter-group {
    padding: 20px 0;
    border-bottom: 1px solid var(--wex-color-border);
}

.wex-catalog-page-detail .wex-filter-group-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    border: 0;
    background: var(--wex-transparent);
    color: var(--wex-color-111);
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-align: left;
    cursor: pointer;
    font-family:"Jost";
}
.wex-filter-group-toggle:hover span {
    color: var(--wex-blue)!important;
}
.wex-catalog-page-detail .wex-filter-group-toggle .wex-filter-toggle-icon {
    flex: 0 0 auto;
    transition: transform .2s ease-in-out;
}
.wex-catalog-page-detail .wex-filter-group.is-collapsed .wex-filter-group-toggle .wex-filter-toggle-icon {
    transform: rotate(-180deg);
}
.wex-filter-group-body > label:nth-child(1 of :not([hidden]):not(.is-zero-count)) {
    margin-top: 20px;
}
.wex-catalog-page-detail .wex-filter-unit-label {
    display: none!important;
}
.wex-catalog-page-detail .wex-filter-group-search {
    width: 100%;
    height: 40px;
    padding: 0 38px 0 10px;
    border: 2px solid var(--wex-transparent);
    box-shadow: 0 0 0 1px var(--wex-color-gray2);
    border-radius: 5px;
    background: var(--wex-white);
    color: var(--wex-color-111);
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    margin-left:1px;
}
.wex-catalog-page-detail .wex-filter-group-search-wrap {
    position: relative;
}
.wex-catalog-page-detail .wex-filter-group-search-wrap .wex-filter-group-search {
    margin-bottom: 0;
}
.wex-catalog-page-detail .wex-filter-group-search-clear {
    position: absolute;
    top: 18px;
    right: 6px;
    width: 28px;
    height: 40px;
    padding: 0;
    border: 0;
    background: var(--wex-transparent);
    color: var(--wex-color-gray1);
    font-size: 25px;
    line-height: 40px;
    cursor: pointer;
}
.wex-catalog-page-detail .wex-filter-group-search-clear:hover,
.wex-catalog-page-detail .wex-filter-group-search-clear:focus {
    color: var(--wex-color-111);
}
.wex-catalog-page-detail .wex-filter-group-search-clear[hidden] {
    display: none;
}
.row.wex-catalog-pagination-row
{
    margin-bottom:110px;
    margin-top:48px;
}
.wex-catalog-page-detail .wex-filter-group-search::placeholder {
    color: var(--wex-color-gray1);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "San Francisco Pro Display";
}

.wex-catalog-page-detail .wex-filter-group-body {
    display: grid;
    gap: 0px;
    margin-top: 0px;
}

.wex-catalog-page-detail .wex-filter-group.is-collapsed .wex-filter-group-body {
    display: none;
}

.wex-catalog-page-detail .wex-filter-group.is-collapsed .wex-filter-group-search-wrap {
    display: none;
}
label:has(.wex-filter-range-input:focus) {
    border: 2px solid var(--wex-blue) !important;
    box-shadow:none;
}
.wex-catalog-page-detail .wex-filter-option {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    color: var(--wex-color-111);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "San Francisco Pro Display";
    cursor: pointer;
}
.wex-catalog-page-detail .wex-filter-option.is-zero-count {
    display: none !important;
}
.wex-filter-option:not(.wex-filter-check) {
    margin-bottom:8px;
    margin-top:8px;
}
.wex-catalog-page-detail .wex-filter-option input {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    margin: 0;
    border: 1.5px solid var(--wex-color-gray1);
    border-radius: 2px;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--wex-white);
    background: url('../svg/checkbox.svg') center/18px 18px no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0 0;
    transition: none !important;
}

.wex-catalog-page-detail .wex-filter-option input:checked {
    border: 1.5px solid var(--wex-transparent);
    background-color: var(--wex-transparent);
    background-size: 18px 18px;
}

.wex-catalog-page-detail .wex-filter-option small {
    color: var(--wex-color-gray1);
    font: inherit;
}

.wex-catalog-page-detail .wex-filter-group:not(.is-expanded):not(.is-searching) .wex-filter-option.is-extra {
    display: none;
}
.wex-filter-show-all:hover {
    color: var(--wex-blue) !important;
}
.wex-catalog-page-detail .wex-filter-show-all {
    justify-self: start;
    padding: 0;
    border: 0;
    background: var(--wex-transparent);
    color: var(--wex-black);
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    font-weight: 400;
    font-family: "San Francisco Pro Display";
    margin-top: 8px;
}
.wex-filter-option span {
    padding-top: 1px;
}
.wex-catalog-page-detail .wex-filter-show-all span {
    color: var(--wex-color-gray1);
}

.wex-catalog-page-detail .wex-filter-panel {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 0;
}

.wex-catalog-page-detail .wex-filter-panel:before {
    content: "Filter";
    display: inline-block;
    margin: 0 0 22px;
    color: var(--wex-color-111);
    font-size: 13px;
    font-weight: 600;
}

.wex-catalog-page-detail .wex-filter-panel:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
}

.wex-catalog-page-detail .wex-filter-panel {
    position: relative;
}

.wex-catalog-page-detail .wex-filter-panel .floatl-m05 {
    width: 100%;
    display: block;
    margin: 0;
}

.wex-catalog-page-detail .wex-filter-panel .wex-filter-quick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0;
    padding: 20px 0 22px;
    /*border-top: 1px solid var(--wex-color-border);*/
    border-bottom: 1px solid var(--wex-color-border);
}

.wex-catalog-page-detail .wex-filter-panel .filter-new-checkbox {
    width: auto;
    min-height: 24px;
    display: inline-flex;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: var(--wex-transparent) !important;
    color: var(--wex-color-111);
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    align-items: center;
    gap: 11px;
    cursor: pointer;
}

.wex-catalog-page-detail .customCheckbox[type="checkbox"],
.wex-catalog-page-detail .selectItem {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
    margin: 0;
    border: 1px solid var(--wex-color-c7cbd3);
    border-radius: 2px;
    appearance: none;
    background: var(--wex-white);
}

.wex-catalog-page-detail .customCheckbox-green[type="checkbox"]:checked,
.wex-catalog-page-detail .customCheckbox-gray[type="checkbox"]:checked {
    border-color: var(--wex-color-219653);
    background-color: var(--wex-color-219653);
}

.wex-catalog-page-detail .wex-filter-panel select[multiple] {
    width: 100%;
    display: none !important;
}

.wex-catalog-page-detail .btn-group,
.wex-catalog-page-detail .wex-filter-panel .multiselect {
    width: 100%;
}

.wex-catalog-page-detail .btn-group {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid var(--wex-color-border);
}

.wex-catalog-page-detail .wex-filter-panel .multiselect {
    display: none;
}

.wex-catalog-page-detail .multiselect-container,
.wex-catalog-page-detail .attributeContainer {
    position: static;
    width: 100%;
    display: block !important;
    float: none;
    max-height: none;
    min-width: 0;
    margin: 0;
    padding: 20px 0 18px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: var(--wex-transparent);
    box-shadow: none;
}

.wex-catalog-page-detail .multiselect-container:before,
.wex-catalog-page-detail .attributeContainer:before {
    content: attr(data-name);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 16px;
    color: var(--wex-color-111);
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
}

.wex-catalog-page-detail .multiselect-container:after,
.wex-catalog-page-detail .attributeContainer:after {
    content: "Show All";
    display: inline-block;
    margin-top: 10px;
    color: var(--wex-blue);
    font-size: 12px;
    line-height: 1;
}

.wex-catalog-page-detail .multiselect-container > li,
.wex-catalog-page-detail .attributeContainer > li {
    display: block;
    padding: 0;
}

.wex-catalog-page-detail .multiselect-container > li > a,
.wex-catalog-page-detail .attributeContainer > li > a {
    min-height: 24px;
    display: flex;
    align-items: center;
    padding: 0;
    color: var(--wex-color-111);
    text-decoration: none;
}

.wex-catalog-page-detail .multiselect-container > li > a:hover,
.wex-catalog-page-detail .multiselect-container > li > a:focus,
.wex-catalog-page-detail .attributeContainer > li > a:hover,
.wex-catalog-page-detail .attributeContainer > li > a:focus {
    background: var(--wex-transparent);
}

.wex-catalog-page-detail .multiselect-container > li > a > label.checkbox,
.wex-catalog-page-detail .attributeContainer > li > a > label.checkbox {
    width: 100%;
    min-height: 24px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 0;
    padding: 0;
    color: var(--wex-color-111);
    font-size: 11px;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
}

.wex-catalog-page-detail .multiselect-container input[type="checkbox"],
.wex-catalog-page-detail .attributeContainer input[type="checkbox"] {
    position: static;
    width: 14px;
    height: 14px;
    flex: 0 0 14px;
    margin: 0;
    border: 1px solid var(--wex-color-c3c7d0);
    border-radius: 2px;
    appearance: none;
    background: var(--wex-white);
}

.wex-catalog-page-detail .multiselect-container input[type="checkbox"]:checked,
.wex-catalog-page-detail .attributeContainer input[type="checkbox"]:checked {
    border-color: var(--wex-color-219653);
    background: var(--wex-color-219653);
}

.wex-catalog-page-detail .category__slider {
    width: 100%;
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.wex-catalog-page-detail .category__slider > div {
    width: 100%;
    margin: 0;
    padding: 22px 0 18px;
    border-bottom: 1px solid var(--wex-color-border);
}

.wex-catalog-page-detail .spanText {
    display: inline-block;
    margin-bottom: 15px;
    color: var(--wex-color-111);
    font-size: 13px;
    font-weight: 600;
}

.wex-catalog-page-detail .category__slider .spanText + .spanText {
    min-width: 28px;
    margin: 0 0 15px auto;
    padding: 5px 8px;
    border-radius: 10px 0 0 10px;
    background: var(--wex-color-f1f3ff);
    color: var(--wex-color-111);
    font-size: 10px;
    line-height: 1;
    text-align: center;
}

.wex-catalog-page-detail .category__slider .spanText + .spanText + .categorySwitch + .spanText {
    margin-left: -4px;
    border-radius: 0 10px 10px 0;
    background: var(--wex-color-eef1fb);
}

.wex-catalog-page-detail .category__slider > div:has(.categorySwitch) {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.wex-catalog-page-detail .category__slider > div:has(.categorySwitch) > .spanText:first-child {
    margin-right: auto;
}

.wex-catalog-page-detail .category__slider > div:has(.categorySwitch) > .range,
.wex-catalog-page-detail .category__slider > div:has(.categorySwitch) > .irs {
    flex: 0 0 100%;
}

.wex-catalog-page-detail .categorySwitch {
    width: 0;
    height: 0;
    margin: 0;
    overflow: hidden;
}

.wex-catalog-page-detail .categorySwitch input,
.wex-catalog-page-detail .categorySwitch .switchSlider {
    display: none;
}

.wex-catalog-page-detail .irs {
    height: 76px;
}

.wex-catalog-page-detail .irs--modern .irs-from,
.wex-catalog-page-detail .irs--modern .irs-to,
.wex-catalog-page-detail .irs-from,
.wex-catalog-page-detail .irs-to {
    top: 0;
    min-width: 112px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    border: 1px solid var(--wex-color-cfd3dc);
    border-radius: 4px;
    background: var(--wex-white);
    color: var(--wex-color-gray1);
    font-size: 13px;
    line-height: 1;
    visibility: visible !important;
}

.wex-catalog-page-detail .irs--modern .irs-from:after,
.wex-catalog-page-detail .irs--modern .irs-to:after,
.wex-catalog-page-detail .irs-from:after,
.wex-catalog-page-detail .irs-to:after {
    content: attr(data-unit);
    margin-left: auto;
    color: var(--wex-color-111);
}

.wex-catalog-page-detail .range.inch + .irs .irs-from:after,
.wex-catalog-page-detail .range.inch + .irs .irs-to:after {
    content: "in";
}

.wex-catalog-page-detail .range.cm + .irs .irs-from:after,
.wex-catalog-page-detail .range.cm + .irs .irs-to:after {
    content: "cm";
}

.wex-catalog-page-detail .category__slider > div:not(:has(.categorySwitch)) .range + .irs .irs-from:after,
.wex-catalog-page-detail .category__slider > div:not(:has(.categorySwitch)) .range + .irs .irs-to:after {
    content: "mm";
}

.wex-catalog-page-detail .irs--modern .irs-from:before,
.wex-catalog-page-detail .irs--modern .irs-to:before,
.wex-catalog-page-detail .irs-from:before,
.wex-catalog-page-detail .irs-to:before {
    display: none;
}

.wex-catalog-page-detail .irs--modern .irs-from {
    left: 0 !important;
}

.wex-catalog-page-detail .irs--modern .irs-to {
    right: 0 !important;
    left: auto !important;
}

.wex-catalog-page-detail .irs--modern .irs-single,
.wex-catalog-page-detail .irs-single {
    display: none;
}

.wex-catalog-page-detail .irs--modern .irs-line,
.wex-catalog-page-detail .irs-line,
.wex-catalog-page-detail .irs--modern .irs-bar,
.wex-catalog-page-detail .irs-bar {
    top: 48px;
}

.wex-catalog-page-detail .irs--modern .irs-line,
.wex-catalog-page-detail .irs-line {
    height: 4px;
    border-radius: 999px;
    background: var(--wex-color-e5e7ee);
}

.wex-catalog-page-detail .irs--modern .irs-bar,
.wex-catalog-page-detail .irs-bar {
    height: 4px;
    background: var(--wex-color-219653);
}

.wex-catalog-page-detail .irs--modern .irs-handle,
.wex-catalog-page-detail .irs-handle {
    top: 42px;
    width: 16px;
    height: 16px;
    border-color: var(--wex-color-219653);
    border-width: 4px;
    background: var(--wex-white);
    box-shadow: none;
}

.wex-catalog-page-detail .irs--modern .irs-grid,
.wex-catalog-page-detail .irs-grid {
    top: 58px;
}

.wex-catalog-page-detail .irs--modern .irs-grid-pol,
.wex-catalog-page-detail .irs-grid-pol {
    display: none;
}

.wex-catalog-page-detail .irs--modern .irs-grid-text,
.wex-catalog-page-detail .irs-grid-text {
    color: var(--wex-color-gray1);
    font-size: 10px;
    line-height: 1;
}

.wex-catalog-page-detail .wex-filter-panel:before,
.wex-catalog-page-detail .wex-filter-panel:after {
    content: none;
    display: none;
}

.wex-catalog-page-detail .wex-filters .wex-filter-quick {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: start;
    gap: 24px;
    margin: 0;
    padding: 20px 0;
    border-bottom: 1px solid var(--wex-color-border);
}

.wex-catalog-results-heading {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    min-height: 32px;
    margin: 0 0 24px;
}

.wex-catalog-results-heading h2 {
    margin: 0;
    color: var(--wex-color-111);
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
    font-family:"Jost";
}

.wex-catalog-page-detail .wex-filter-range-controls {
    display: contents;
}

.wex-catalog-page-detail .wex-filter-range-head:has(.wex-filter-range-controls) {
    flex-wrap: wrap;
    margin-bottom: 0;
}

.wex-catalog-page-detail .wex-filter-range-head:has(.wex-filter-range-controls) strong {
    order: 1;
}

.wex-catalog-page-detail .wex-filter-range-head:has(.wex-filter-range-controls) .wex-filter-unit {
    order: 2;
}

.wex-catalog-page-detail .wex-filter-range-head:has(.wex-filter-range-controls) .wex-filter-range-values {
    flex: 0 0 100%;
    order: 3;
    margin-top: 20px;
}

.wex-catalog-results-heading .wex-mobile-results-quick {
    display: none;
}

.wex-catalog-page-detail .wex-product-results {
    position: relative;
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 0px;
    margin-left: 0;
    border-top: 0;
    padding-top: 22px;
}

.wex-product-results.wex-lazy-products-enabled .wex-catalog-product {

}

.wex-product-results.wex-lazy-products-enabled .wex-catalog-product.is-visible {
    opacity: 1;
    will-change: auto;
}

@media (prefers-reduced-motion: reduce) {
    .wex-product-results.wex-lazy-products-enabled .wex-catalog-product {
        opacity: 1;
        transition: none;
    }
}

.wex-catalog-page-detail .wex-catalog-product {
    min-width: 0;
    padding: 0;
    border-right: 1px solid var(--wex-color-border);
    border-bottom: 1px solid var(--wex-color-border);
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
}

.wex-product-results > .wex-catalog-product:nth-of-type(3n) {
    border-right: none !important;
}

.wex-catalog-page-detail .wex-product-results > .wex-catalog-product:nth-last-child(-n + 3) {
    border-bottom: 0;
}

.wex-catalog-page-detail .wex-catalog-product .selectItem {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.wex-catalog-page-detail .cat-baner-holder {
    display: block;
    height: 22px;
}

.wex-catalog-page-detail .details__model-info,
.wex-catalog-page-detail .obsolete,
.wex-catalog-page-detail .substitute-button {
    margin-top: 8px;
    color: var(--wex-color-6b7280);
    font-size: 11px;
}

.wex-catalog-page-detail #catsContent > .row:not(.wex-catalog-toolbar):not(.wex-category-grid):not(.wex-product-results),
.wex-catalog-page-detail #catsContent > .row .disp {
    grid-column: 2;
}

.wex-catalog-page-detail .wex-category-grid {
    display: none;
}

.wex-catalog-page-detail #catsContent > .wex-catalog-pagination-row,
.wex-catalog-page-detail #catsContent > .row:has(.pagination) {
    grid-column: 2;
    grid-row: 3;
    margin-top: 48px;
}

.wex-catalog-page-detail .wex-catalog-pagination-row .disp {
    display: none;
}

.wex-catalog-page-detail .wex-catalog-pagination-row .col-md-6 {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}
.pagination-container {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    border: 1px solid var(--wex-color-dedede);
    border-radius: 12px;
    overflow: hidden;
    background: var(--wex-white);
}

.wex-catalog-load-more {
    height: 48px;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    color: var(--wex-color-111);
    font-family: "Jost";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    cursor: pointer;
    background: var(--wex-white);
    width: 100%;
    transition: opacity .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.wex-catalog-load-more:hover {
    color: var(--wex-blue);
}
        .wex-catalog-load-more:hover svg {
            fill: var(--wex-blue);
        }
        .wex-catalog-load-more svg {
            margin-left:20px;
        }
.wex-catalog-page-detail .pagination > li:not(.active) > a:hover {
    color: var(--wex-blue);
    background-color: var(--wex-color-f8f8f8);
}
.wex-catalog-load-more-icon {
    display: inline-flex;
    width: 16px;
    height: 16px;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    border-radius: 50%;
    background: var(--wex-black);
    color: var(--wex-white);
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.wex-catalog-load-more:disabled,
.wex-catalog-load-more.is-loading {
    opacity: .6;
    cursor: wait;
}

.wex-catalog-page-detail .pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    border-top: 0;
    border-radius: 0;
}

.pagination-container:has(.wex-catalog-load-more) .pagination {
    border-top: 1px solid var(--wex-color-dedede);
}

.wex-catalog-page-detail .pagination > li {
    flex: 1 1 0;
    min-width: 0;
}

.wex-catalog-page-detail .pagination > .wex-pagination-mobile-item {
    display: none;
}

.wex-catalog-page-detail .pagination > li > a,
.wex-catalog-page-detail .pagination > li > span {
    width: 100%;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    border: 0;
    border-left: 1px solid var(--wex-color-dedede);
    border-radius: 0;
    background: var(--wex-white);
    color: var(--wex-color-111);
    font-family: "Jost";
    font-size: 16px;
    line-height: 1.2;
    font-weight: 500;
    text-decoration: none;
}
.wex-catalog-page-detail .pagination > li:first-child > a,
.wex-catalog-page-detail .pagination > li:first-child > span {
    margin-left: 0 !important;
    border-left: 0;
}

.wex-catalog-page-detail .pagination > li:last-child > a,
.wex-catalog-page-detail .pagination > li:last-child > span {
    margin-right: 0 !important;
}

.wex-catalog-page-detail .pagination > .active > a,
.wex-catalog-page-detail .pagination > .active > span {
    z-index: 1;
    background:var(--wex-white);
    border-color: var(--wex-color-gray2);
    color: var(--wex-color-gray1);
}

.wex-catalog-page-detail .pagination > .wex-pagination-direction > a {
    gap: 6px;
    font-weight: 600;
    var(--wex-white)-space: nowrap;
}

.wex-catalog-page-detail .pagination > .wex-pagination-direction:not(.disabled) > a svg path {
    transition: fill .2s ease;
}

.wex-catalog-page-detail .pagination > .wex-pagination-direction:not(.disabled) > a:hover svg path,
.wex-catalog-page-detail .pagination > .wex-pagination-direction:not(.disabled) > a:focus svg path {
    fill: var(--wex-blue);
}

.wex-catalog-page-detail .pagination > .disabled > a,
.wex-catalog-page-detail .pagination > .disabled > span {
    color: var(--wex-color-gray1);
    pointer-events: none;
    cursor: default;
}

@media (max-width: 1100px) {
    .wex-catalog-page-detail {
        padding-left: 24px;
        padding-right: 24px;
    }

    .wex-catalog-page-detail .wex-catalog-content {
        grid-template-columns: 320px minmax(0, 1fr);
        column-gap: 10px;
    }

    .wex-catalog-results-heading {
        margin-left: 0;
    }
        .wex-catalog-results-heading h2
        {
            font-size:14px!important;
        }
        .wex-catalog-results-heading .wex-mobile-results-quick {
            display: grid;
            grid-template-columns: repeat(2, max-content);
            align-items: center;
            justify-content: start;
            gap: 24px;
            margin: 0 0 0;
            padding: 0;
            border-bottom: 0;
            margin-left: auto !important;
        }

    .wex-catalog-page-detail .wex-product-results {
        width: 100%;
        margin-left: 0;
        grid-template-columns: repeat(2, minmax(0, 360px));
    }

    .wex-catalog-page-detail .wex-catalog-product:nth-child(3n) {
        border-right: 1px solid var(--wex-color-border);
    }

    .wex-catalog-page-detail .wex-product-results > .wex-catalog-product {
        border-bottom: 1px solid var(--wex-color-border) !important;
    }

    .wex-catalog-page-detail .wex-catalog-product:nth-child(2n) {
        border-right: 0;
    }

    .wex-catalog-page-detail .wex-product-results > .wex-catalog-product:last-child,
    .wex-catalog-page-detail .wex-product-results > .wex-catalog-product:nth-last-child(2):nth-of-type(odd) {
        border-bottom: 0 !important;
    }
}
.wex-mobile-results-quick-container {
    display: none;
}
@media (max-width: 380px) {
    .wex-mobile-results-quick {
        justify-content: start!important;
    }
}

@media (max-width: 820px) {
    .wex-mobile-single-filter .wex-filter-scroll {
        padding-bottom: 16px!important;
    }
    .wex-catalog-page-detail #catsContent > .wex-catalog-pagination-row,
    .wex-catalog-page-detail #catsContent > .row:has(.pagination) {
        margin-top: 20px;
    }

    .wex-filter-group-toggle:hover span {
        color: var(--wex-black) !important;
    }
    .wex-catalog-page-detail .wex-filter-show-all {
        font-size: 18px;
    }
    .wex-catalog-page-detail .wex-filter-range-controls {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 104px;
        grid-template-areas: "values unit";
        align-items: center;
        flex: 0 0 100%;
        order: 2;
        column-gap: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .wex-catalog-page-detail .wex-filter-range-controls .wex-filter-range-values {
        grid-area: values;
        order: 1;
        margin: 0;
    }

    .wex-catalog-page-detail .wex-filter-range-controls .wex-filter-unit {
        grid-area: unit;
        order: 2;
    }

    .wex-catalog-page-detail .wex-filter-range-values {
        grid-template-columns: minmax(0, 1fr) 32px minmax(0, 1fr);
    }
    .wex-catalog-page-detail .pagination > .wex-pagination-desktop-item {
        display: none;
    }

    .wex-catalog-page-detail .pagination > .wex-pagination-mobile-item {
        display: list-item;
    }

    .wex-catalog-page-detail .wex-catalog-product:nth-child(2n) {
        padding-left: 0px;
    }
    .wex-catalog-page-detail .wex-filter-nouislider.noUi-horizontal .noUi-handle {
        top: -1px;
        width: 20px;
        height: 20px;
    }
    .wex-filter-range-track {
        padding-right: 0px;
    }
    .wex-catalog-page-detail .wex-filter-unit {
        max-width: 104px;
        width: 104px;
    }

        .wex-catalog-page-detail .wex-filter-unit button {
            max-width: 50px;
            width:50px;
        }
        .wex-catalog-page-detail .wex-filter-unit button {
            height: 40px
        }
        .wex-catalog-page-detail .wex-filters-head strong {
            font-size: 18px;
        }

    .wex-catalog-page-detail {
        padding: 0 20px 0px;
    }

    .row.wex-catalog-pagination-row {
        margin-bottom: 0px;
    }

    .wex-catalog-page-detail .wex-catalog-hero {
        display: none;
    }

    .wex-catalog-page-detail .wex-catalog-mobile-hero {
        display: block;
        margin-bottom: 20px;
        color: var(--wex-color-111);
    }

        .wex-catalog-page-detail .wex-catalog-mobile-hero h1 {
            margin: 0;
            font-family: "Jost";
            font-size: 22px;
            font-weight: 500;
            line-height: 1.15;
            color: var(--wex-color-regular-text);
            display:none;
        }
    .wex-mobile-results-quick-container h2 span {
        font-weight: 400;
        color: var(--wex-color-gray1);
    }
    .wex-mobile-results-quick-container {
        display: grid;
        grid-auto-flow: row;
        justify-content: start;
    }

    .wex-mobile-results-quick-container h2 {
        font-size: 20px;
        font-family: "Jost";
        font-weight: 500;
        color: var(--wex-black);
        line-height: 1.2;
        margin: 0 !important;
    }

    .wex-mobile-results-quick {
        display: grid;
        grid-auto-flow: column;
        justify-content: end;
        gap: 18px;
    }

        .wex-mobile-results-quick span {
            font-size: 16px;
        }

    .wex-catalog-page-detail .wex-catalog-mobile-hero p {
        margin: 4px 0 0;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.4;
        color: var(--wex-color-regular-text);
        display:none;
    }

    .wex-catalog-page-detail .wex-mobile-filter-button {
        width: auto;
        min-width: max-content;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin: 0;
        padding-left: 14px;
        padding-right: 10px;
        border: 1px solid var(--wex-color-gray2);
        border-radius: 999px;
        background: var(--wex-white);
        color: var(--wex-color-111);
        font-family: "San Francisco Pro Display";
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
    }

    .wex-catalog-page-detail .wex-mobile-quick-filter {
        position: relative;
        width: auto;
        min-width: max-content;
        height: 34px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0 14px;
        border: 1px solid var(--wex-color-gray2);
        border-radius: 999px;
        background: var(--wex-white);
        color: var(--wex-color-111);
        font-family: "San Francisco Pro Display";
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        cursor: pointer;
    }

    .wex-catalog-page-detail .wex-mobile-all-filter-button,
    .wex-catalog-page-detail .wex-mobile-filter-buttons,
    .wex-catalog-page-detail .wex-mobile-quick-filters {
        display: contents;
    }

    .wex-catalog-page-detail .wex-mobile-quick-filter:has(input:checked) {
        border-color: var(--wex-color-111);
        box-shadow: inset 0 0 0 1px var(--wex-color-111);
    }

    .wex-catalog-page-detail .wex-mobile-quick-filter input + span::before {
        content: "\2713";
        display: inline-block;
        width: 14px;
        margin-right: 6px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: var(--wex-color-gray2);
    }

    .wex-catalog-page-detail .wex-mobile-quick-filter input:checked + span::before {
        color: var(--wex-color-111);
    }

    .wex-catalog-page-detail .wex-mobile-quick-filter input {
        position: absolute;
        width: 1px;
        height: 1px;
        margin: -1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        var(--wex-white)-space: nowrap;
    }

    .wex-catalog-results-heading .wex-mobile-results-quick {
        display: none !important;
    }

        .wex-catalog-page-detail .wex-mobile-filter-button.is-active {
            color: var(--wex-black);
            border-color: var(--wex-black);
            background-color: var(--wex-white);
            box-shadow: inset 0 0 0 1px var(--wex-color-111);
        }

    .wex-catalog-page-detail .wex-mobile-filter-button::after {
        width: 20px;
        height: 20px;
        flex: 0 0 20px;
        content: "";
        background-color: var(--wex-current-color);
        -webkit-mask: url("../svg/arrowfilermobile.svg") center / contain no-repeat;
        mask: url("../svg/arrowfilermobile.svg") center / contain no-repeat;
    }

    .wex-catalog-page-detail .wex-mobile-filter-button-all::after {
        display: none;
    }

    .wex-catalog-page-detail .wex-mobile-filter-button-all {
        padding-right: 14px;
    }

    .wex-catalog-page-detail .wex-mobile-filter-button-all > svg {
        width: 14px;
        height: 14px;
        flex: 0 0 14px;
        margin-right: 4px;
    }
    .mobile-filters-spacer {
        height: 5px;
        background: var(--wex-color-gray3);
        margin-bottom:15px;
        margin-left:-20px;
        margin-right:-20px;
    }
    .wex-catalog-page-detail .mobile-filters-holder {
        display: flex;
        gap: 8px;
        width: calc(100% + 40px);
        margin: 0 0 18px;
        margin-left: -20px;
        padding: 0 20px;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        scroll-padding-inline: 20px;
    }

    .wex-catalog-page-detail .mobile-filters-holder.is-scroll-visible {
        position: fixed;
        z-index: 1040;
        top: var(--wex-mobile-filters-top, 0px);
        left: 0;
        width: 100%;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        background: var(--wex-white);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
        animation: wex-mobile-filters-reveal 180ms ease-out;
    }

    .wex-mobile-filter-floating-portal {
        position: relative;
        z-index: 1040;
    }

    .wex-mobile-filter-origin-placeholder {
        width: 100%;
        flex: 0 0 auto;
    }

    @keyframes wex-mobile-filters-reveal {
        from { transform: translateY(-100%); }
        to { transform: translateY(0); }
    }
    .wex-no-flex-gap .wex-catalog-page-detail .mobile-filters-holder {
        gap: 0;
    }

    .wex-no-flex-gap .wex-catalog-page-detail .mobile-filters-holder > * {
        margin-right: 8px !important;
    }

    .wex-no-flex-gap .wex-catalog-page-detail .mobile-filters-holder > *:last-child {
        margin-right: 0 !important;
    }
    .wex-catalog-page-detail .mobile-filters-holder:empty {
        display: none;
    }

        .wex-catalog-page-detail .mobile-filters-holder::-webkit-scrollbar {
            display: none;
        }

        .wex-catalog-page-detail .wex-mobile-filter-button svg {
            width: 14px;
            height: 14px;
            flex: 0 0 auto;
        }

    .wex-catalog-page-detail .wex-catalog-content {
        display: block;
        float: none;
    }

    .wex-catalog-page-detail #leftCats,
    .wex-catalog-page-detail .wex-catalog-toolbar {
        display: none;
    }

    html.wex-mobile-filter-open,
    body.wex-mobile-filter-open {
        --wex-mobile-filter-height: calc(100dvh - 13px);
        --wex-mobile-filter-height-fallback: calc(100vh - 13px);
        overflow: hidden;
        touch-action: none;
        overscroll-behavior: none;
    }

    body.wex-mobile-filter-open .wex-mobile-filter-portal {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        inset: 0;
        z-index: 5000;
    }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-catalog-toolbar {
            position: fixed;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            inset: 0;
            z-index: 5000;
            width: 100%;
            height: 100vh;
            height: 100dvh;
            display: flex;
            align-items: flex-end;
            overflow: hidden;
            margin: 0;
            padding: 0;
            background: var(--wex-color-rgba-17-17-17-62);
            grid-row: auto;
        }

            body.wex-mobile-filter-open .wex-catalog-page-detail .wex-catalog-toolbar > .col-md-12:not(.wex-filter-mobile-sheet-host) {
                display: none;
            }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-mobile-sheet-host,
        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-mobile-sheet-host > .col-md-12,
        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-panel {
            width: 100%;
            display: block;
            float: none;
            padding: 0;
            margin: 0;
        }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-mobile-sheet-host {
            max-height: var(--wex-mobile-filter-height-fallback);
            max-height: var(--wex-mobile-filter-height);
            animation: wex-filter-sheet-in .24s ease-out both;
        }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-panel {
            max-height: var(--wex-mobile-filter-height-fallback);
            max-height: var(--wex-mobile-filter-height);
            overflow: hidden;
            padding: 0;
            border-radius: 22px 22px 0 0;
            background: var(--wex-white);
            box-shadow: 0 -18px 42px var(--wex-color-rgba-0-0-0-18);
        }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filters {
            display: flex;
            flex-direction: column;
            max-height: var(--wex-mobile-filter-height-fallback);
            max-height: var(--wex-mobile-filter-height);
        }

        /* Use the complete available phone height. This keeps expanding a group
           from creating a short, nested scroll box around the Show All button. */
        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-mobile-sheet-host,
        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-panel,
        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filters {
            height: calc(100vh - 13px);
            height: var(--wex-mobile-filter-height-fallback);
            height: var(--wex-mobile-filter-height);
        }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-scroll {
            flex: 1 1 auto;
            min-height: 0;
            overflow-y: auto;
            touch-action: pan-y;
            overscroll-behavior: contain;
            -webkit-overflow-scrolling: touch;
            padding: 0 20px 20px;
            scrollbar-width: none;
            overflow-anchor: none;
        }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-scroll::-webkit-scrollbar {
            display: none;
        }

        body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-filter-actions {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            justify-content: flex-end;
            gap: 12px;
            padding: 14px 20px calc(20px + env(safe-area-inset-bottom));
            background: var(--wex-white);
            backdrop-filter: blur(27px);
        }

        .wex-no-flex-gap body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-filter-actions {
            gap: 0;
        }

        .wex-no-flex-gap body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-filter-actions > * + * {
            margin-left: 12px;
        }

    .wex-catalog-page-detail .wex-mobile-filter-clear {
        width: 100%;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--wex-color-gray2);
        border-radius: 999px;
        background: var(--wex-white);
        color: var(--wex-color-gray1);
        font-family: "Jost";
        font-size: 16px;
        font-weight: 500 !important;
        line-height: 1;
        padding: 0;
        text-align: center;
        text-decoration: none;
        var(--wex-white)-space: nowrap;
    }

        .wex-catalog-page-detail .wex-mobile-filter-clear.is-visible {
            width: 100%;
            height: 40px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            background: var(--wex-white);
            color: var(--wex-blue);
            font-size: 18px;
            line-height: 1;
            font-weight: 500 !important;
            font-family: "Jost";
            text-align: center;
            text-decoration: none;
            var(--wex-white)-space: nowrap;
            border: 1px solid var(--wex-blue);

        }

        .wex-catalog-page-detail .wex-mobile-filter-clear:disabled {
            cursor: default;
            pointer-events: none;
        }

    .wex-catalog-page-detail .wex-mobile-filter-apply {
        width: 100%;
        min-width: 186px;
        margin-left: auto;
        height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 999px;
        background: var(--wex-blue);
        color: var(--wex-white);
        font-family: "Jost";
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-filter-scroll > .wex-filter-quick {
        display: none;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-range,
    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-group {
        display: none;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .is-mobile-filter-target {
        display: block;
        border-bottom: 0;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-group.is-mobile-filter-target > .wex-filter-group-toggle {
        display: none;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-group.is-mobile-filter-target {
        padding: 0;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-group.is-mobile-filter-target .wex-filter-group-search {
        margin-top: 24px;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-group.is-mobile-filter-target .wex-filter-group-body > label:nth-child(1 of :not([hidden]):not(.is-zero-count)) {
        margin-top: 24px;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-range.is-mobile-filter-target .wex-filter-range-head > strong {
        display: none;
    }

    body.wex-mobile-filter-open .wex-catalog-page-detail .wex-mobile-single-filter .wex-filter-scroll > .wex-filter-range.is-mobile-filter-target .wex-filter-range-controls {
        margin-top: 10px;
        margin-bottom: 24px;
    }

    @keyframes wex-filter-sheet-in {
        from {
            transform: translateY(100%);
        }

        to {
            transform: translateY(0);
        }
    }

    .wex-catalog-page-detail .wex-filter-head-actions {
        gap: 18px;
    }

    .wex-catalog-page-detail .wex-filters-head {
        flex: 0 0 auto;
        z-index: 2;
        padding: 20px;
        background: var(--wex-white);
        border-bottom: 1px solid var(--wex-transparent);
        border-radius: 22px 22px 0 0;
        border-bottom-color: var(--wex-color-border);
    }

        .wex-catalog-page-detail .wex-filters-head.is-scrolled {
            border-bottom-color: var(--wex-color-gray2);
        }

    .wex-catalog-page-detail .wex-filter-reset {
        display: none;
    }

    .wex-catalog-page-detail .wex-mobile-filter-close {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 50%;
        background: var(--wex-transparent);
        color: var(--wex-color-111);
    }

        .wex-catalog-page-detail .wex-mobile-filter-close .material-icons-round {
            font-size: 22px;
            line-height: 1;
        }

    .wex-catalog-results-heading {
        margin-left: 0;
    }

    .wex-catalog-page-detail .wex-product-results {
        width: 100%;
        margin-left: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 0;
    }

    .wex-catalog-page-detail .wex-catalog-product,
    .wex-catalog-page-detail .wex-catalog-product:nth-child(3n) {
        border-right: 0;
    }

    .wex-catalog-page-detail .wex-catalog-product {
        height: auto;
        min-height:0px;
        padding-left: 0px;
        padding-bottom:0px;
        padding-right: 0px;
        padding-top:0px;
    }

    .wex-catalog-page-detail .wex-product-results > .wex-catalog-product {
        border-bottom: 1px solid var(--wex-color-border) !important;
    }

        .wex-catalog-page-detail .wex-product-results > .wex-catalog-product:nth-of-type(odd) {
            padding-right: 10px;
        }

        .wex-catalog-page-detail .wex-product-results > .wex-catalog-product:nth-of-type(even) {
            padding-left: 10px;
        }

        .wex-catalog-page-detail .wex-product-results > .wex-catalog-product:last-child,
        .wex-catalog-page-detail .wex-product-results > .wex-catalog-product:nth-last-child(2):nth-of-type(odd) {
            border-bottom: 0 !important;
        }
}


@media (max-width: 820px) {
    .wex-catalog-page-detail .wex-filter-range-head {
        margin-bottom: 10px;
    }
    .wex-mobile-single-filter .wex-filter-range {
        padding: 14px 0 24px !important;
    }
    .wex-filter-group:last-child {
        border-bottom: 0px solid var(--wex-color-gray2);
    }
    .wex-catalog-page-detail .pagination > li:not(.active) > a:hover {
        color: var(--wex-black);
        background-color: var(--wex-white);
    }
    .wex-catalog-page-detail .wex-filter-option:hover,
    .wex-catalog-page-detail .wex-filter-check:hover,
    .wex-catalog-load-more:hover {
        color: var(--wex-black);
    }
    .wex-catalog-page-detail .wex-filter-group-search {
        font-size: 16px;
    }
    .wex-catalog-page-detail .wex-mobile-filter-clear.is-visible {
        font-size: 16px;
    }
    .wex-catalog-page-detail .wex-mobile-filter-apply {
        font-size: 16px;
    }
    .wex-catalog-page-detail .wex-filter-group-search::placeholder {
        font-size: 16px;
    }
    .wex-catalog-page-detail .wex-filter-range-values span {
        font-size: 16px;
    }
    .wex-catalog-page-detail .wex-filter-range-values input {
        font-size: 16px;
    }
    .wex-catalog-page-detail .wex-filter-unit button {
        font-size: 16px;
        font-family: "San Francisco Pro Display";
    }
    .wex-catalog-page-detail .wex-filter-range-head strong,
    .wex-catalog-page-detail .wex-filter-group-toggle {
        font-size: 18px;
    }
    .wex-filter-group-body > label:nth-child(1 of :not([hidden]):not(.is-zero-count)) {
        margin-top: 24px;
    }
    .wex-catalog-page-detail .wex-filter-group-search {
        margin-top: 24px;
    }
    .wex-catalog-page-detail .wex-filter-group {
        padding: 24px 0;
    }
    .wex-catalog-page-detail .wex-filter-range {
        padding: 24px 0 24px;
    }
    .wex-filter-option:not(.wex-filter-check) {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .wex-catalog-page-detail .wex-filter-range-controls {
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .wex-catalog-page-detail
    .wex-filter-option:not(.wex-mobile-results-quick .wex-filter-option) {
        font-size: 18px;
    }

        .wex-catalog-page-detail
        .wex-filter-option:not(.wex-mobile-results-quick .wex-filter-option) input {
            width: 20px;
            height: 20px;
            flex: 0 0 20px;
        }

            .wex-catalog-page-detail
            .wex-filter-option:not(.wex-mobile-results-quick .wex-filter-option) input:checked {
                background-size: 20px 20px;
            }
    .wex-catalog-page-detail .wex-product-results {
        padding-top: 0px;
    }
    .wex-product-card {
        margin-top: 22px;
        margin-bottom: 22px;
        max-height: none !important;
        min-height: 0px !important;
    }
    .wex-filters-head {
        display: flex !important;
    }
    .filter-header {
        display: none !important;
    }
}

/* Product-card add-to-tray button rules shared with layout.css. */
.trayButtonAdd:hover {
    color: var(--wex-white) !important;
    background-color: var(--wex-regular-btn-hover);
}

@media (max-width: 820px), (hover: none), (pointer: coarse) {
    .trayButtonAdd:hover {
        background-color: var(--wex-blue);
        color: var(--wex-white) !important;
    }
}

.trayButtonAdd .material-icons-round {
    font-size: 20px;
}

.wex-pagination-direction.disabled svg path {
    fill: var(--wex-color-gray1);
}
.wex-mobile-quick-filters
{
    display:none;
}

.wex-search-filter-host { margin-top: 0px; }
.wex-search-filter-host .wex-filter-panel { width: 100%; }
.wex-catalog-page-detail .wex-search-filter-host .wex-filter-panel:before { content: none; }
