.ersonCategoryPage {
    background: #f7f9fc;
    color: #111827;
    font-family: Inter, Arial, Helvetica, sans-serif;
}

.ersonCategoryPage {
    width: 100%;
}

.ersonCategoryPage .ercat-brand-chips {
    display: none !important;
}

.ersonCategoryPage > .col-sm-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ersonCategoryPage .breadcrumbs,
.ersonCategoryPage #breadcrumb,
.ersonCategoryPage .breadcrumb {
    width: 100%;
    max-width: var(--erson-page-max, 1440px);
    margin: 0 auto 18px;
    padding: 22px 0 0;
    background: transparent;
    border: 0;
    color: #7a8494;
    font-size: 13px;
}

.ercat-shell {
    width: 100%;
    max-width: var(--erson-page-max, 1440px);
    margin: 0 auto;
    padding: 0 0 42px;
}

.ercat-layout {
    align-items: flex-start;
}

.ercat-heading {
    margin-left: 265px;
    max-width: calc(100% - 265px);
    padding-left: 18px;
    margin-bottom: 16px;
}

.ercat-heading .title1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    text-align: left !important;
}

.ercat-heading .title1 .head {
    min-width: 0;
    font-size: 30px;
    line-height: 1.15;
    font-weight: 800;
    color: #101219;
    text-transform: none;
}

.ercatFilterBtn,
.ercatFilterPanelHead,
.ercatFilterBackdrop {
    display: none;
}

.ercat-subtitle {
    margin: 0;
    max-width: 610px;
    color: #4d5563;
    font-size: 15px;
    line-height: 1.55;
}

.ercat-sidebar #JS_filtersCol {
    background: #fff;
    border: 1px solid #e4e8ef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}

.ercat-sidebar-title {
    padding: 18px 18px 10px;
    font-size: 16px;
    font-weight: 800;
    color: #101219;
}

.ercat-sidebar .JSverticalNavCats {
    position: relative;
    max-height: 330px;
    margin: 0;
    padding: 0 0 42px;
    border-bottom: 1px solid #edf0f5;
    overflow: hidden;
}

.ercat-sidebar .JSverticalNavCats.is-expanded {
    max-height: none !important;
    overflow: visible !important;
}

.ercat-sidebar .JSverticalNavCats.is-expanded:after {
    display: none !important;
}

.ercat-sidebar .JSverticalNavCatsMore {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    border: 0;
    padding: 10px 18px 14px;
    background: linear-gradient(180deg, rgba(255,255,255,.72), #fff 32%);
    color: #004bd8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    cursor: pointer;
    z-index: 3;
}

.ercat-sidebar .JSverticalNavCats ul {
    margin: 0;
}

.ercat-sidebar .JSverticalNavCats li {
    margin: 0;
}

.ercat-sidebar .JSverticalNavCats li a {
    display: block;
    padding: 8px 18px;
    color: #222733;
    font-size: 14px;
    line-height: 1.25;
    text-decoration: none;
}

.ercat-sidebar .JSverticalNavCats ul ul li a {
    padding-left: 28px;
    font-size: 13px;
    color: #5b6472;
}

.ercat-sidebar .JSverticalNavCats ul > li.selected > a,
.ercat-sidebar .JSverticalNavCats li a.selected,
.ercat-sidebar .JSverticalNavCats li a:hover {
    background: #eef5ff;
    color: #004bd8 !important;
    font-weight: 700 !important;
    text-decoration: none;
}

.ercat-sidebar .JSverticalNavCats li .JStoggle {
    top: 7px;
    right: 14px;
    color: #7d8795;
}

.ercat-results {
    padding-left: 18px;
}

.ercat-toolbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 18px;
    min-height: 46px;
    margin: -58px 0 26px;
}

.ercat-count {
    display: block;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
}

.ercat-toolbar #JSwrapOrderProducts,
.ercat-toolbar #JSdropdownOrder {
    float: none;
    top: auto;
    right: auto;
    margin: 0;
    height: auto;
    background: transparent;
    border: 0;
    min-width: 0;
}

.ercat-toolbar #JSdropdownOrder .btn {
    min-width: 220px;
    height: 46px;
    padding: 0 42px 0 16px;
    border: 1px solid #dbe1ea;
    border-radius: 6px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    text-align: left;
    box-shadow: none;
}

.ercat-toolbar #JSdropdownOrder .labelOrder {
    color: #6b7280;
    font-weight: 400;
}

.ercat-toolbar #JSdropdownOrder .dropdown-toggle i {
    position: absolute;
    top: 13px;
    right: 14px;
    color: #7b8493;
}

.ercat-view-toggle {
    display: flex;
    align-items: center;
    gap: 3px;
}

.ercat-view-toggle button {
    width: 40px;
    height: 40px;
    border: 1px solid #e1e6ee;
    background: #fff;
    color: #4d5563;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 0;
    cursor: pointer;
}

.ercat-view-toggle button.active,
.ercat-view-toggle button.selected {
    color: #004fe8;
    background: #eef5ff;
    border-color: #cfe0ff;
}

.ersonCategoryPage .colFilters {
    margin: 0;
    padding: 0;
    border-top: 1px solid #edf0f5;
    background: #fff;
    overflow: visible;
}

.ersonCategoryPage .colFilters .title {
    display: block;
    margin: 0;
    padding: 18px;
    background: #fff;
    border: 0;
    color: #101219;
    font-size: 16px;
    font-weight: 800;
}

.ersonCategoryPage .colFilters .title {
    font-size: 16px;
}

.ersonCategoryPage .colFilters .filterBlock {
    height: auto;
    padding: 0 18px 16px;
    border-bottom: 1px solid #edf0f5;
    border-left: 0;
    border-right: 0;
    max-height: none;
    overflow: visible;
}

.ersonCategoryPage .colFilters .filterBlock .group {
    position: relative;
    margin: 0;
    padding: 17px 24px 11px 0;
    background: transparent;
    color: #151922;
    font-size: 14px;
    font-weight: 800;
    line-height: 18px;
    text-transform: none;
}

.ersonCategoryPage .colFilters .filterBlock .group:after {
    content: "\f107";
    position: absolute;
    top: 17px;
    right: 0;
    display: block;
    width: 16px;
    height: 18px;
    background: transparent;
    color: #606b7a;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    text-align: center;
    transform: none;
}

.ersonCategoryPage .colFilters .filterBlock .group:before {
    display: none;
}

.ersonCategoryPage .colFilters .filterBlock .group i {
    display: none !important;
}

.ersonCategoryPage .colFilters .filterBlock ul {
    margin: 0;
    padding: 0;
    position: static;
}

.ersonCategoryPage .colFilters .filterBlock li {
    position: relative;
    min-height: 26px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 4px 0;
}

.ersonCategoryPage .colFilters .filterBlock:not(.opened2) li:nth-child(n+6) {
    display: none;
}

.ersonCategoryPage .colFilters .filterBlock input.checkbox,
.ersonCategoryPage .colFilters .filterBlock input.radio {
    position: absolute;
    left: 0;
    top: 8px;
    width: 16px;
    height: 16px;
    margin: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

.ersonCategoryPage .colFilters .filterBlock label {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0 0 0 26px !important;
    color: #313846;
    font-size: 13px;
    font-weight: 500;
    line-height: 18px;
    cursor: pointer;
    overflow: visible;
    white-space: normal;
}

.ersonCategoryPage .colFilters .filterBlock label:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #d8dee8 !important;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

.ersonCategoryPage .colFilters .filterBlock input[type="radio"] + label:before {
    border-radius: 50%;
}

.ersonCategoryPage .colFilters .filterBlock label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #0054e9;
    opacity: 0;
    transform: scale(.65);
    transition: opacity .15s ease, transform .15s ease;
}

.ersonCategoryPage .colFilters .filterBlock input[type="radio"] + label:after {
    border-radius: 50%;
}

.ersonCategoryPage .colFilters .filterBlock input:checked + label:before {
    border-color: #0054e9 !important;
}

.ersonCategoryPage .colFilters .filterBlock input:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

.ersonCategoryPage .colFilters .filterBlock input:focus + label:before {
    border-color: #0054e9 !important;
    box-shadow: 0 0 0 3px rgba(0, 84, 233, .12);
}

.ersonCategoryPage .colFilters .filterBlock label:hover {
    color: #004bd8;
}

.ersonCategoryPage .colFilters .filterBlock label .count {
    position: static;
    float: none;
    margin-left: 0;
    padding: 0;
    background: transparent;
    color: #9aa3af;
    font-size: 12px;
}

.ersonCategoryPage .colFilters .filterBlock label .count:after {
    display: none;
}

.ersonCategoryPage .colFilters .filterBlock label:hover:before {
    border: 1px solid #0054e9 !important;
}

.ersonCategoryPage .colFilters .JS_displayAllFilters {
    display: inline-block;
    position: static;
    width: auto;
    margin-top: 7px;
    padding: 0;
    background: transparent;
    color: #004bd8;
    font-size: 13px;
    font-weight: 700;
}

.ersonCategoryPage .colFilters .JS_displayAllFilters.minus,
.ersonCategoryPage .colFilters .filterBlock.opened2 .JS_displayAllFilters.plus {
    display: none;
}

.ersonCategoryPage .colFilters .filterBlock.opened2 .JS_displayAllFilters.minus {
    display: inline-block;
}

.ersonCategoryPage .colFilters #JS_amount {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin: 7px 0 12px;
}

.ersonCategoryPage .colFilters #JS_amount > span {
    flex: 1;
    min-height: 38px;
    padding: 9px 10px;
    border: 1px solid #dde3ec;
    border-radius: 4px;
    color: #4b5563;
    font-size: 13px;
}

.ersonCategoryPage .colFilters #JS_amount .JSpriceMax {
    position: static;
}

.ersonCategoryPage .colFilters #JS_amount .JS {
    border: 0 !important;
    padding: 0 !important;
}

.ersonCategoryPage .colFilters #slider-range {
    height: 5px;
    margin: 14px 7px 12px;
    border: 0;
    border-radius: 99px;
    background: #d8e0ec;
}

.ersonCategoryPage .colFilters .ui-slider-range,
.ersonCategoryPage .colFilters .filterBlock .ui-widget-header {
    background: #0054e9;
}

.ersonCategoryPage .colFilters .ui-slider-handle {
    width: 16px;
    height: 16px;
    top: -6px;
    border-radius: 50%;
    border: 2px solid #0054e9;
    background: #0054e9;
}

.ersonCategoryPage .product-list {
    margin-left: -8px;
    margin-right: -8px;
}

.ersonCategoryPage .JS_productsList .product-list > div {
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 18px;
}

.ersonCategoryPage .prodGrid2 {
    min-height: 100%;
    padding: 18px 16px 16px;
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
    overflow: visible;
}

.ersonCategoryPage .prodGrid2:hover {
    border-color: #cfd8e6;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.ersonCategoryPage .prodGrid2 .brand,
.ersonCategoryPage .prodGrid2 .details,
.ersonCategoryPage .prodGrid2 .deliveryDate,
.ersonCategoryPage .prodGrid2 .logSku,
.ersonCategoryPage .prodGrid2 .wrapRibbons {
    display: none !important;
}

.ersonCategoryPage .prodGrid2 .prod_img {
    width: 100%;
    height: 132px;
    margin: 0 auto 16px;
    max-width: 210px;
    padding-top: 0;
}

.ersonCategoryPage .prodGrid2 .wrapImg2 {
    left: 0;
    right: 0;
    height: 100%;
}

.ersonCategoryPage .prodGrid2 .prod_img > a,
.ersonCategoryPage .prodGrid2 .prod_img .wrapImg2 {
    height: 100%;
}

.ersonCategoryPage .prodGrid2 .prod_img img,
.ersonCategoryPage .prodGrid2 .wrapImg2 img {
    filter: none !important;
    opacity: 1 !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 132px !important;
    object-fit: contain;
}

.ersonCategoryPage .erson-card-favorite,
.ersonCategoryPage .prodGrid2 > .favoriteProduct,
.ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    width: 38px;
    height: 38px;
    border: 1px solid #e3e8f0;
    border-radius: 8px;
    background: #fff;
    color: #64748b;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
    cursor: pointer;
}

.ersonCategoryPage .prodGrid2 > .favoriteProduct {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct .JStoggleFavorite {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: inherit;
}

.ersonCategoryPage .erson-card-favorite:hover,
.ersonCategoryPage .erson-card-favorite.active,
.ersonCategoryPage .erson-card-favorite.selected,
.ersonCategoryPage .prodGrid2 > .favoriteProduct:hover,
.ersonCategoryPage .prodGrid2 > .favoriteProduct.yes,
.ersonCategoryPage .prodGrid2 > .favoriteProduct.active,
.ersonCategoryPage .prodGrid2 > .favoriteProduct.selected,
.ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct:hover,
.ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct.yes,
.ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct.active,
.ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct.selected {
    border-color: #ffd6df;
    background: #fff5f7;
    color: #e11d48;
}

.ersonCategoryPage .prodGrid2 a.name {
    height: 40px;
    margin: 0 0 3px;
    padding: 0;
    color: #101219;
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    text-transform: none;
}

.ersonCategoryPage .erson-card-meta {
    min-height: 18px;
    margin-bottom: 10px;
    color: #717b8c;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ersonCategoryPage .erson-card-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
    font-size: 12px;
}

.ersonCategoryPage .erson-stars {
    color: #ffba08;
    letter-spacing: 1px;
}

.ersonCategoryPage .erson-rating-count {
    color: #7b8493;
}

.ersonCategoryPage .prodGrid2 .caption {
    padding: 0;
}

.ersonCategoryPage .prodGrid2 .caption > .row {
    display: block;
}

.ersonCategoryPage .prodGrid2 .caption .wrapPrice {
    height: auto;
    margin: 0 0 12px !important;
    padding: 0;
}

.ersonCategoryPage .prodGrid2 .caption .price {
    float: none;
    display: inline-block;
    min-width: 0;
    height: auto;
    margin: 0 8px 0 0;
    padding: 0;
    color: #101219;
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    text-shadow: none;
}

.ersonCategoryPage .prodGrid2 .caption .price .decimal {
    top: 0;
    font-size: inherit;
}

.ersonCategoryPage .prodGrid2 .caption .priceOld {
    position: static;
    color: #9aa3af;
    font-size: 13px !important;
    font-weight: 600;
}

.ersonCategoryPage .prodGrid2 .stock {
    right: 16px;
    bottom: 56px;
    width: auto;
    color: #00943a;
    font-size: 12px;
    font-weight: 800;
}

.ersonCategoryPage .prodGrid2 .wrapBtnAddCart {
    height: 36px;
}

.ersonCategoryPage .prodGrid2 .plusMinus {
    display: none;
}

.ersonCategoryPage .prodGrid2 .btnAddCart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 36px;
    border-radius: 5px;
    background: #0054e9;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-transform: none !important;
    text-decoration: none;
}

.ersonCategoryPage .prodGrid2 .btnAddCart i {
    margin: 0 8px 0 0;
    font-size: 13px;
}

.ersonCategoryPage #JS_main_product_list.erListView .product-list {
    display: block;
    margin-left: 0;
    margin-right: 0;
}

.ersonCategoryPage #JS_main_product_list.erListView .JS_productsList .product-list > div {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 {
    display: grid;
    grid-template-columns: 190px minmax(0, 1fr) 210px;
    gap: 20px;
    align-items: center;
    min-height: 190px;
    padding: 18px 20px;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .prod_img {
    grid-column: 1;
    margin: 0;
    max-width: 170px;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .caption {
    grid-column: 2 / 4;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 20px;
    align-items: end;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 a.name {
    height: auto;
    max-width: 520px;
    margin-bottom: 6px;
    font-size: 17px;
    line-height: 22px;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .caption .wrapPrice,
.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .stock,
.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .wrapBtnAddCart {
    grid-column: 2;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .stock {
    position: static;
    margin-bottom: 12px;
    text-align: right;
}

.ersonCategoryPage #JS_main_product_list.erListView .prodGrid2 .wrapBtnAddCart {
    width: 100%;
}

.ersonCategoryPage .ribbonPromo,
.ersonCategoryPage .percentDiscount {
    top: 18px;
    left: 16px;
    right: auto;
    bottom: auto;
    display: block;
    min-width: 42px;
    height: 24px;
    border-radius: 999px;
    background: #ff5a00;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
}

@media (max-width: 991px) {
    .ercat-heading {
        margin-left: 0;
        max-width: 100%;
        padding-left: 0;
    }

    .ercat-toolbar {
        margin-top: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ercat-results {
        padding-left: 15px;
    }

    .ercat-view-toggle {
        display: none;
    }
}

@media (max-width: 575px) {
    body.ercatFiltersOpen {
        overflow: hidden;
    }

    body.ercatFiltersOpen .ercatFilterBackdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 2147483000;
        background: rgba(17, 24, 39, 0.48);
    }

    .ercat-shell {
        padding: 14px 10px 32px;
    }

    .ercat-heading .title1 {
        align-items: flex-start;
        margin-bottom: 8px;
    }

    .ercat-heading .title1 .head {
        font-size: 25px;
        line-height: 31px;
    }

    .ercat-heading .ercatFilterBtn {
        display: inline-flex !important;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        gap: 7px;
        min-width: 92px;
        height: 38px;
        border: 1px solid #d9e0ec;
        border-radius: 6px;
        padding: 0 12px;
        background: #fff;
        color: #111827;
        font-size: 14px;
        font-weight: 800;
        line-height: 1;
        text-decoration: none;
        box-shadow: 0 4px 12px rgba(15, 23, 42, 0.08);
    }

    .ercat-heading .ercatFilterBtn i {
        font-size: 14px;
    }

    .ercat-results > .JSbtnOpenFilter {
        display: none !important;
    }

    .ercat-sidebar--drawer {
        position: fixed !important;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        z-index: 2147483001;
        display: block !important;
        width: min(88vw, 380px) !important;
        max-width: min(88vw, 380px) !important;
        height: 100dvh;
        margin: 0 !important;
        padding: 0 !important;
        transform: translateX(105%);
        transition: transform 0.22s ease;
        background: #fff;
        box-shadow: -18px 0 34px rgba(15, 23, 42, 0.18);
    }

    body.ercatFiltersOpen .ercat-sidebar--drawer {
        transform: translateX(0);
    }

    .ercat-sidebar--drawer #JS_filtersCol {
        display: block !important;
        width: 100%;
        height: 100%;
        max-height: 100dvh;
        border: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        box-shadow: none;
        padding-bottom: 128px;
    }

    .ercat-sidebar--drawer .colFilters {
        margin: 0;
        padding: 0;
        border-top: 1px solid #edf0f5;
        background: #fff;
        overflow: visible;
    }

    .ercat-sidebar--drawer .colFilters .title {
        display: block;
        margin: 0;
        padding: 18px;
        background: #fff;
        border: 0;
        color: #101219;
        font-size: 16px;
        font-weight: 800;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock {
        height: auto;
        padding: 0 18px 16px;
        border-bottom: 1px solid #edf0f5;
        border-left: 0;
        border-right: 0;
        max-height: none;
        overflow: visible;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock .group {
        position: relative;
        margin: 0;
        padding: 17px 24px 11px 0;
        background: transparent;
        color: #151922;
        font-size: 14px;
        font-weight: 800;
        line-height: 18px;
        text-transform: none;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock .group:after {
        content: "\f107";
        position: absolute;
        top: 17px;
        right: 0;
        display: block;
        width: 16px;
        height: 18px;
        background: transparent;
        color: #606b7a;
        font-family: FontAwesome;
        font-size: 14px;
        font-weight: normal;
        line-height: 18px;
        text-align: center;
        transform: none;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock .group:before,
    .ercat-sidebar--drawer .colFilters .filterBlock .group i {
        display: none !important;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock ul {
        position: static;
        margin: 0;
        padding: 0;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock li {
        position: relative;
        min-height: 26px;
        display: flex;
        align-items: center;
        margin: 0;
        padding: 4px 0;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock:not(.opened2) li:nth-child(n+6) {
        display: none;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock input.checkbox,
    .ercat-sidebar--drawer .colFilters .filterBlock input.radio {
        position: absolute;
        left: 0;
        top: 8px;
        width: 16px;
        height: 16px;
        margin: 0;
        opacity: 0;
        z-index: 2;
        cursor: pointer;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock label {
        flex: 1 1 auto;
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 8px;
        margin: 0;
        padding: 0 0 0 26px !important;
        color: #313846;
        font-size: 13px;
        font-weight: 500;
        line-height: 18px;
        cursor: pointer;
        overflow: visible;
        white-space: normal;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock label:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 0;
        width: 16px;
        height: 16px;
        border: 1px solid #d8dee8 !important;
        border-radius: 4px;
        background: #fff;
        box-shadow: none;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock input[type="radio"] + label:before {
        border-radius: 50%;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock label:after {
        content: "";
        position: absolute;
        top: 8px;
        left: 3px;
        width: 10px;
        height: 10px;
        border-radius: 2px;
        background: #0054e9;
        opacity: 0;
        transform: scale(.65);
        transition: opacity .15s ease, transform .15s ease;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock input[type="radio"] + label:after {
        border-radius: 50%;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock input:checked + label:before {
        border-color: #0054e9 !important;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock input:checked + label:after {
        opacity: 1;
        transform: scale(1);
    }

    .ercat-sidebar--drawer .colFilters .filterBlock input:focus + label:before,
    .ercat-sidebar--drawer .colFilters .filterBlock label:hover:before {
        border: 1px solid #0054e9 !important;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock label:hover {
        color: #004bd8;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock label .count {
        position: static;
        float: none;
        margin-left: 0;
        padding: 0;
        background: transparent;
        color: #9aa3af;
        font-size: 12px;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock label .count:after {
        display: none;
    }

    .ercat-sidebar--drawer .colFilters .JS_displayAllFilters {
        display: inline-block;
        position: static;
        width: auto;
        margin-top: 7px;
        padding: 0;
        background: transparent;
        color: #004bd8;
        font-size: 13px;
        font-weight: 700;
    }

    .ercat-sidebar--drawer .colFilters .JS_displayAllFilters.minus,
    .ercat-sidebar--drawer .colFilters .filterBlock.opened2 .JS_displayAllFilters.plus {
        display: none;
    }

    .ercat-sidebar--drawer .colFilters .filterBlock.opened2 .JS_displayAllFilters.minus {
        display: inline-block;
    }

    .ercat-sidebar--drawer .colFilters #JS_amount {
        display: flex;
        justify-content: space-between;
        gap: 12px;
        margin: 7px 0 12px;
    }

    .ercat-sidebar--drawer .colFilters #JS_amount > span {
        flex: 1;
        min-height: 38px;
        padding: 9px 10px;
        border: 1px solid #dde3ec;
        border-radius: 4px;
        color: #4b5563;
        font-size: 13px;
    }

    .ercat-sidebar--drawer .colFilters #JS_amount .JSpriceMax {
        position: static;
    }

    .ercat-sidebar--drawer .colFilters #JS_amount .JS {
        border: 0 !important;
        padding: 0 !important;
    }

    .ercat-sidebar--drawer .colFilters #slider-range {
        height: 5px;
        margin: 14px 7px 12px;
        border: 0;
        border-radius: 99px;
        background: #d8e0ec;
    }

    .ercat-sidebar--drawer .colFilters .ui-slider-range,
    .ercat-sidebar--drawer .colFilters .filterBlock .ui-widget-header {
        background: #0054e9;
    }

    .ercat-sidebar--drawer .colFilters .ui-slider-handle {
        width: 16px;
        height: 16px;
        top: -6px;
        border-radius: 50%;
        border: 2px solid #0054e9;
        background: #0054e9;
    }

    .ercatFilterPanelHead {
        position: sticky;
        top: 0;
        z-index: 3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 56px;
        padding: 0 16px;
        border-bottom: 1px solid #e6e9ef;
        background: #fff;
    }

    .ercatFilterPanelHead strong {
        color: #111827;
        font-size: 18px;
        font-weight: 800;
    }

    .ercatFilterClose {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: 1px solid #d9e0ec;
        border-radius: 6px;
        background: #fff;
        color: #111827;
        font-size: 17px;
    }

    .ercat-toolbar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-bottom: 14px;
    }

    .ercat-count {
        min-height: 0;
        font-size: 14px;
        line-height: 18px;
    }

    .ercat-toolbar #JSwrapOrderProducts,
    .ercat-toolbar #JSdropdownOrder,
    .ercat-toolbar #JSdropdownOrder .btn {
        width: 100%;
        min-width: 0;
    }

    .ersonCategoryPage .product-list {
        margin-left: -6px;
        margin-right: -6px;
    }

    .ersonCategoryPage .JS_productsList .product-list > div {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 12px;
    }

    .ersonCategoryPage .prodGrid2 {
        padding: 14px 12px 12px;
    }

    .ersonCategoryPage .prodGrid2 .prod_img {
        width: 100%;
        max-width: 138px;
        height: 138px;
        margin-bottom: 12px;
        padding-top: 0;
    }

    .ersonCategoryPage .prodGrid2 .prod_img > a,
    .ersonCategoryPage .prodGrid2 .prod_img .wrapImg2 {
        height: 100%;
    }

    .ersonCategoryPage .prodGrid2 .prod_img img,
    .ersonCategoryPage .prodGrid2 .wrapImg2 img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .ersonCategoryPage .prodGrid2 a.name {
        height: 42px;
        font-size: 14px;
        line-height: 21px;
    }

    .ersonCategoryPage .erson-card-meta {
        font-size: 12px;
    }

    .ersonCategoryPage .erson-card-rating {
        min-height: 17px;
        margin-bottom: 8px;
        gap: 4px;
    }

    .ersonCategoryPage .erson-stars {
        letter-spacing: 0;
    }

    .ersonCategoryPage .prodGrid2 .caption .price {
        display: block;
        margin: 0 0 4px;
        font-size: 22px;
        line-height: 1.08;
    }

    .ersonCategoryPage .prodGrid2 .stock {
        position: static;
        display: block;
        margin: 2px 0 8px;
        text-align: left;
        line-height: 16px;
    }

    .ersonCategoryPage .prodGrid2 .btnAddCart {
        padding: 0 6px;
    }

    .ersonCategoryPage .prodGrid2 .btnAddCart i {
        display: none;
    }

    .ersonCategoryPage .prodGrid2 .btnAddCart:after {
        font-size: 12px;
        line-height: 14px;
    }

    .ersonCategoryPage .erson-card-favorite,
    .ersonCategoryPage .prodGrid2 .prod_img > .favoriteProduct {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}
