.catalog-mobile-sticky,
.catalog-mobile-chip-row,
.catalog-mobile-sort-row,
.catalog-mobile-agreement-row,
.catalog-mobile-filter-header,
.catalog-mobile-filter-footer {
    display: none;
}

.catalog-mobile-price-filter {
    display: none !important;
}

.catalog-customer-agreement-panel {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.catalog-filters > li.catalog-filter-bottom-row {
    flex: 0 0 100%;
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding-right: 0;
}

.catalog-filter-bottom-row .catalog-customer-agreement-filter {
    flex: 0 1 550px;
    padding-right: 10px;
    margin-top: 0;
}

.catalog-filter-bottom-row .catalog-controls-panel {
    margin-top: 0;
}

.catalog-customer-agreement-panel__item {
    min-width: 0;
    flex: 1 1 0;
}

.catalog-customer-agreement-panel__item label {
    display: block;
    margin-bottom: 4px;
    color: #4b5563;
    font-size: 12px;
    line-height: 1.2;
}

.catalog-customer-agreement-panel__item .form-control {
    height: 34px;
    border: 1px solid #d8dde6;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    box-shadow: none;
}

.catalog-customer-change-widget .select2-container,
.catalog-customer-agreement-panel .customer-change-widget .select2-container {
    width: 100% !important;
}

.catalog-customer-agreement-panel .select2-container--krajee-bs4 .select2-selection--single {
    min-height: 34px;
    height: 34px;
    border-color: #d8dde6;
    border-radius: 4px;
    box-shadow: none;
    display: flex;
    align-items: center;
    padding: 0 20px 0 8px;
}

.catalog-customer-agreement-panel .select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
    line-height: 1.2;
    padding: 0;
    color: #495057;
    font-size: 14px;
    font-weight: 400;
}

.catalog-customer-agreement-panel .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
    height: 32px;
    width: 20px;
    border-left-color: #d8dde6;
}

.catalog-customer-agreement-panel .catalog-agreement-select {
    padding: 0 28px 1px 8px;
    line-height: 1.2;
    font-weight: 400;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23495057' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px 6px;
}

.catalog-controls-panel {
    display: flex !important;
    align-items: center;
    gap: 8px;
    margin-left: auto !important;
    padding: 5px 8px;
    background: #f2f3f5;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
}

.catalog-controls-panel .view-mode-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.catalog-controls-panel .view-mode-buttons .change-view {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.catalog-controls-panel .view-mode-buttons .change-view:hover svg {
    opacity: .7;
}

.catalog-controls-panel .currency-select-wrapper {
    position: relative;
}

.catalog-controls-panel .currency-select {
    height: 34px;
    min-width: 70px;
    padding: 6px 30px 6px 14px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background: #fff url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    appearance: none;
}

.catalog-controls-panel .inline-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0;
    padding: 0 4px;
    color: #333;
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
}

.catalog-controls-panel .inline-checkbox input[type="checkbox"] {
    display: none;
}

.catalog-controls-panel .inline-checkbox .inline-checkmark {
    width: 18px;
    height: 18px;
    border: 2px solid #adb5bd;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    flex-shrink: 0;
}

.catalog-controls-panel .inline-checkbox.checked .inline-checkmark {
    background: var(--primary);
    border-color: var(--primary);
}

.catalog-controls-panel .inline-checkbox.checked .inline-checkmark::after {
    content: "";
    width: 5px;
    height: 9px;
    margin-top: -2px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.catalog-controls-panel .inline-checkbox.disabled {
    cursor: default;
    opacity: .45;
}

.catalog-controls-panel .wholesale-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 4px;
}

.catalog-controls-panel .wholesale-label {
    color: #222;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    white-space: nowrap;
}

.catalog-controls-panel .toggle-switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 28px;
    margin-bottom: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.catalog-controls-panel .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.catalog-controls-panel .toggle-slider {
    position: absolute;
    inset: 0;
    border-radius: 28px;
    background-color: #ccc;
    transition: .2s;
}

.catalog-controls-panel .toggle-slider::before {
    content: "";
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
    transition: .2s;
}

.catalog-controls-panel .toggle-switch input:checked + .toggle-slider {
    background-color: var(--primary);
}

.catalog-controls-panel .toggle-switch input:checked + .toggle-slider::before {
    transform: translateX(24px);
}

@media (max-width: 767px) {
    .catalog-category-title {
        display: none;
    }

    #filter-form {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #filter-form > .row {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
        justify-content: center;
    }

    #catalog-main .catalog-wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .catalog-filter-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .catalog-mobile-sticky {
        position: static;
        z-index: 8;
        display: grid;
        grid-template-columns: auto auto auto;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: calc(100vw - 42px);
        margin: 0 auto 8px;
        padding: 6px;
        border: 1px solid #dfe4ef;
        border-radius: 10px;
        background: #f1f3f8;
    }

    .catalog-mobile-sticky,
    .catalog-mobile-sort-row,
    .catalog-mobile-agreement-row,
    .catalog-mobile-chip-row {
        transform: translateX(15px);
    }

    .catalog-mobile-filter-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        height: 32px;
        width: 142px;
        min-width: 0;
        padding: 0 12px;
        border: 0;
        border-radius: 9px;
        background: #e7ebf5;
        color: #1c2434;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .catalog-mobile-controls {
        display: contents !important;
        width: auto;
        min-width: 0;
        margin: 0 !important;
        padding: 0;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .catalog-mobile-controls .currency-select-wrapper {
        grid-column: 2;
        grid-row: 1;
    }

    .catalog-mobile-controls .wholesale-toggle {
        grid-column: 3;
        grid-row: 1;
        justify-self: start;
        gap: 6px;
        padding-left: 0;
    }

    .catalog-mobile-controls .wholesale-label {
        color: #1c2434;
        font-size: 11px;
        font-weight: 800;
    }

    .catalog-mobile-controls .toggle-switch {
        width: 40px;
        height: 22px;
    }

    .catalog-mobile-controls .toggle-slider {
        border-radius: 22px;
    }

    .catalog-mobile-controls .toggle-slider::before {
        width: 16px;
        height: 16px;
    }

    .catalog-mobile-controls .toggle-switch input:checked + .toggle-slider::before {
        transform: translateX(18px);
    }

    .catalog-mobile-controls .currency-select {
        height: 32px;
        min-width: 74px;
        border: 1px solid #d7deea;
        border-radius: 16px;
        background-color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .catalog-mobile-controls .inline-checkbox {
        width: auto;
        margin: 0;
        padding: 0;
        color: #1c2434;
        font-size: 11px;
        font-weight: 700;
    }

    .catalog-mobile-checkbox-row {
        grid-column: 1 / 4;
        grid-row: 2;
        display: flex;
        justify-content: center;
        gap: 12px;
        width: 100%;
    }

    .catalog-mobile-chip-row {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 6px;
        align-items: center;
        width: 100%;
        padding: 6px 0 0;
        overflow: hidden;
    }

    .catalog-mobile-sort-row {
        display: flex;
        justify-content: center;
        width: calc(100vw - 42px);
        margin: 6px auto 0;
        flex: 0 1 auto;
        min-width: 0;
        align-items: center;
    }

    .catalog-mobile-chip-row .mobile-filter-chip,
    .catalog-mobile-sort-row .btn {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        min-height: 28px;
        padding: 0 10px;
        border: 0;
        border-radius: 14px;
        background: #e7ebf5 !important;
        color: #1c2434 !important;
        font-size: 12px;
        font-weight: 700;
    }

    .catalog-mobile-chip-row .mobile-filter-chip {
        flex: 0 1 auto;
        max-width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .catalog-mobile-sort-row .btn {
        height: 28px;
        max-width: 190px;
        overflow: hidden;
        white-space: nowrap;
    }

    .catalog-mobile-sort-row .arrow-custom svg {
        fill: #1c2434 !important;
    }

    .catalog-mobile-agreement-row {
        display: flex;
        justify-content: center;
        width: calc(100vw - 42px);
        margin: 0 auto;
        padding: 6px 0 0;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        gap: 6px;
        width: auto;
        max-width: 100%;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel__item {
        display: flex;
        align-items: center;
        flex: 0 1 152px;
        width: 152px;
        min-width: 0;
        height: 28px;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel__item label {
        display: none;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .customer-change-widget {
        position: relative;
        width: 100%;
        height: 28px;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-hidden-accessible {
        position: absolute !important;
        width: 1px !important;
        height: 1px !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
        border: 0 !important;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        max-width: 100%;
        vertical-align: top;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel__item .form-control,
    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container .select2-selection--single,
    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container--krajee-bs4 .select2-selection--single {
        height: 28px;
        min-height: 28px;
        border: 0;
        border-radius: 14px;
        background-color: #e7ebf5;
        font-size: 12px;
        font-weight: 700;
        box-shadow: none;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container .select2-selection--single .select2-selection__rendered,
    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container--krajee-bs4 .select2-selection--single .select2-selection__rendered {
        color: #1c2434;
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        padding-left: 10px;
        padding-right: 30px;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container .select2-selection--single .select2-selection__arrow,
    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container--krajee-bs4 .select2-selection--single .select2-selection__arrow {
        height: 26px;
        right: 5px;
    }

    .catalog-mobile-agreement-row .catalog-customer-agreement-panel .select2-container .select2-selection--single .select2-selection__clear {
        height: 26px;
        line-height: 26px;
        margin-right: 6px;
    }

    .catalog-mobile-filter-page {
        display: none;
    }

    body.catalog-filter-open {
        overflow: hidden;
        height: 100%;
    }

    body.catalog-filter-open header,
    body.catalog-filter-open .header-user,
    body.catalog-filter-open .header-main,
    body.catalog-filter-open .header-mobile,
    body.catalog-filter-open #header-main {
        display: none !important;
    }

    body.catalog-filter-open #filter-form,
    body.catalog-filter-open #pjax-filter-form,
    body.catalog-filter-open .catalog-mobile-filter-form,
    body.catalog-filter-open .catalog-filter-buttons,
    body.catalog-filter-open .catalog-filter-buttons > .yii2-pjax {
        position: static !important;
        z-index: auto !important;
        transform: none !important;
    }

    body.catalog-filter-open .catalog-mobile-filter-page {
        position: fixed;
        top: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100vw;
        height: 100vh;
        height: 100dvh;
        z-index: 2147483000 !important;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background: #f5f7fc;
        overscroll-behavior: contain;
    }

    .catalog-mobile-filter-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex: 0 0 auto;
        height: 54px;
        padding: 0 14px;
        border-bottom: 1px solid #e1e6f0;
        background: #fff;
        z-index: 1;
    }

    .catalog-mobile-filter-close {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: #06142b;
        font-size: 17px;
        line-height: 1;
    }

    .catalog-mobile-filter-title {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #06142b;
        font-size: 14px;
        font-weight: 800;
    }

    .catalog-mobile-filter-reset {
        margin-left: auto;
        color: var(--primary);
        font-size: 11px;
        font-weight: 600;
        text-decoration: none;
    }

    .catalog-mobile-filter-page .catalog-filters {
        display: block;
        flex: 1 1 auto;
        overflow-y: auto;
        min-height: 0;
        margin: 0;
        padding: 10px 10px 90px;
        background: #f5f7fc;
        -webkit-overflow-scrolling: touch;
    }

    .catalog-mobile-filter-page .catalog-filters > li {
        width: 100%;
        margin: 0;
        padding: 0 !important;
        border-bottom: 1px solid #e1e6f0;
        background: #fff;
        list-style: none;
    }

    .catalog-mobile-filter-page .catalog-filters > li:first-child {
        border-top: 1px solid #e1e6f0;
    }

    .catalog-mobile-filter-page .catalog-filters li .btn:not(.submit-filter) {
        position: static;
        width: 100%;
        height: 43px;
        min-height: 43px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8px;
        border: 0 !important;
        border-radius: 0 !important;
        background: #fff !important;
        color: #06142b !important;
        font-size: 12px;
        font-weight: 700;
        text-align: left;
        box-shadow: none !important;
    }

    .catalog-mobile-filter-page .catalog-filters li .btn .arrow-custom svg {
        fill: #7d8798 !important;
    }

    .catalog-mobile-filter-page .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        max-height: none;
        transform: none !important;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0 10px 10px;
    }

    .catalog-mobile-filter-page .dropdown-menu .submit-filter {
        display: none;
    }

    .catalog-mobile-filter-page .dropdown-item {
        padding: 7px 0;
        font-size: 12px;
    }

    .catalog-mobile-filter-page .dropdown-menu.mobile-two-columns:not(.show) {
        display: none;
    }

    .catalog-mobile-filter-page .dropdown-menu.mobile-two-columns.show {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
    }

    .catalog-mobile-filter-page .catalog-filters > li.catalog-mobile-price-filter {
        display: block !important;
        height: auto;
        min-height: 43px;
        padding: 0 !important;
        background: #fff;
    }

    .catalog-mobile-price-filter__top {
        width: 100%;
        height: 43px;
        margin: 0;
        padding: 0 10px;
        border: 0;
        border-radius: 0;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        color: #06142b;
        font-size: 12px;
        font-weight: 700;
        text-align: left;
    }

    .catalog-mobile-price-filter__top:focus,
    .catalog-mobile-price-filter__top:active,
    .catalog-mobile-price-filter__top.focus {
        outline: none !important;
        box-shadow: none !important;
    }

    .catalog-mobile-price-filter__title {
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .catalog-mobile-price-filter__top .arrow-custom {
        display: block;
        flex: 0 0 auto;
        width: 16px;
        height: 5px;
    }

    .catalog-mobile-price-filter__top .arrow-custom svg {
        display: block;
        width: 9px;
        height: 5px;
        fill: #6f7890;
    }

    .catalog-mobile-price-filter.collapsed .catalog-mobile-price-filter__body {
        display: none;
    }

    .catalog-mobile-price-filter__body {
        padding: 0 10px 12px;
        background: #fff;
    }

    .catalog-mobile-price-filter__inputs {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 16px minmax(0, 1fr);
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
    }

    .catalog-mobile-price-filter__inputs label {
        position: relative;
        display: block;
        min-width: 0;
        height: 58px;
        margin: 0;
        padding: 9px 40px 8px 14px;
        border: 1px solid #e3e6f4;
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 1px 4px rgba(31, 41, 55, 0.04);
    }

    .catalog-mobile-price-filter__inputs label span {
        display: block;
        margin-bottom: 2px;
        color: #9aa3b5;
        font-size: 11px;
        font-weight: 600;
        line-height: 1;
    }

    .catalog-mobile-price-filter__inputs label em {
        position: absolute;
        right: 12px;
        bottom: 11px;
        color: #9aa3b5;
        font-size: 11px;
        font-style: normal;
        font-weight: 700;
    }

    .catalog-mobile-price-input {
        width: 100%;
        min-width: 0;
        padding: 0;
        border: 0;
        outline: 0;
        background: transparent;
        color: #4b5563;
        font-size: 13px;
        font-weight: 800;
        line-height: 1.4;
    }

    .catalog-mobile-price-filter__dash {
        display: block;
        width: 7px;
        height: 2px;
        justify-self: center;
        border-radius: 2px;
        background: #9aa3b5;
    }

    .catalog-mobile-price-filter__range {
        position: relative;
        height: 24px;
        margin: 0 1px;
    }

    .catalog-mobile-price-track {
        position: absolute;
        top: 10px;
        left: 11px;
        right: 11px;
        height: 4px;
        border-radius: 999px;
        background: #edf0fb;
    }

    .catalog-mobile-price-track span {
        position: absolute;
        top: 0;
        bottom: 0;
        border-radius: 999px;
        background: var(--primary);
    }

    .catalog-mobile-price-range {
        position: absolute;
        top: 0;
        left: 11px;
        z-index: 2;
        width: calc(100% - 22px);
        height: 24px;
        margin: 0;
        pointer-events: none;
        -webkit-appearance: none;
        appearance: none;
        background: transparent;
    }

    .catalog-mobile-price-range::-webkit-slider-runnable-track {
        height: 4px;
        background: transparent;
    }

    .catalog-mobile-price-range::-moz-range-track {
        height: 4px;
        background: transparent;
    }

    .catalog-mobile-price-range::-webkit-slider-thumb {
        width: 22px;
        height: 22px;
        margin-top: -9px;
        border: 2px solid var(--primary);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 1px 4px rgba(31, 41, 55, 0.16);
        cursor: pointer;
        pointer-events: auto;
        -webkit-appearance: none;
        appearance: none;
    }

    .catalog-mobile-price-range::-moz-range-thumb {
        width: 20px;
        height: 20px;
        border: 2px solid var(--primary);
        border-radius: 50%;
        background: #fff;
        box-shadow: 0 1px 4px rgba(31, 41, 55, 0.16);
        cursor: pointer;
        pointer-events: auto;
    }

    .catalog-mobile-price-filter__scale {
        display: flex;
        justify-content: space-between;
        gap: 10px;
        margin-top: 2px;
        color: #9aa3b5;
        font-size: 11px;
        font-weight: 700;
        line-height: 1;
    }

    .catalog-mobile-filter-page .catalog-filter-bottom-row {
        display: none !important;
    }

    #product-tile.row:not(.special-products-slider) {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: calc(100vw - 42px);
        max-width: calc(100vw - 42px);
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #pjax-catalog {
        width: calc(100vw - 42px);
        max-width: calc(100vw - 42px);
        margin-left: auto;
        margin-right: auto;
    }

    #pjax-catalog #product-tile {
        width: 100%;
        max-width: 100%;
    }

    #product-tile:not(.special-products-slider) > .summary {
        display: none !important;
    }

    #pjax-catalog .pagination,
    #product-tile:not(.special-products-slider) > .pagination,
    #product-list > .pagination {
        grid-column: 1 / -1 !important;
        display: flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 6px;
        width: 100%;
        margin: 16px 0 20px !important;
        padding: 0 !important;
        overflow: visible !important;
        clear: both;
    }

    #pjax-catalog .pagination > li {
        width: 34px;
        height: 34px;
        margin: 0 !important;
        border: 1px solid #d4dae6;
        border-radius: 0;
        background: #fff;
        font-size: 14px;
    }

    #pjax-catalog .pagination > li > a,
    #pjax-catalog .pagination > li > span {
        width: 100%;
        height: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #06142b;
        line-height: 1;
    }

    #pjax-catalog .pagination > li.active {
        border-color: var(--primary);
        background: var(--primary);
    }

    #pjax-catalog .pagination > li.active > a,
    #pjax-catalog .pagination > li.active > span {
        color: #fff;
    }

    #product-tile:not(.special-products-slider) .tile-col {
        flex: 0 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #product-tile:not(.special-products-slider) .product-item {
        position: relative;
        width: 100%;
        height: 100%;
        min-width: 0;
        overflow: hidden;
        padding: 40px 8px 8px;
        border-radius: 8px;
        background: #fff;
        box-shadow: none;
    }

    #product-tile:not(.special-products-slider) .product-item > .btn-wrap {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 3;
        width: 26px;
        height: 26px;
    }

    #product-tile:not(.special-products-slider) .buy-widget > .btn-wrap {
        position: absolute;
        top: 10px;
        left: 10px;
        z-index: 3;
        width: 26px;
        height: 26px;
    }

    #product-tile:not(.special-products-slider) .icons-block {
        position: absolute;
        top: 8px;
        left: 42px;
        right: 42px;
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 6px;
        min-height: 30px;
    }

    #product-tile:not(.special-products-slider) .icons-block > .icon {
        flex: 0 0 auto;
        width: 30px;
        height: 30px;
        padding: 0;
        object-fit: contain;
    }

    #product-tile:not(.special-products-slider) .icons-block .discount {
        font-size: 9px;
        line-height: 1;
    }

    #product-tile:not(.special-products-slider) .product-item .row-image {
        height: 120px;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #product-tile:not(.special-products-slider) .product-item .row-image img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name {
        min-width: 0;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name > div {
        width: 100%;
        min-width: 0;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article,
    #product-tile:not(.special-products-slider) .product-item .row-stock .brand,
    #product-tile:not(.special-products-slider) .product-item .row-stock .stock {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 4px;
        width: 100%;
        padding: 3px 0;
        font-size: 10px;
        line-height: 1.2;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .title,
    #product-tile:not(.special-products-slider) .product-item .row-stock .title {
        flex: 0 0 auto;
        color: #9aa3b5;
        font-size: 10px;
        font-weight: 400;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value,
    #product-tile:not(.special-products-slider) .product-item .row-stock .brand .value,
    #product-tile:not(.special-products-slider) .product-item .row-stock .stock-widget {
        min-width: 0;
        color: #111827;
        font-size: 12px;
        font-weight: 500;
        text-align: right;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value {
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 3px;
        max-width: calc(100% - 42px);
        white-space: normal;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value .text {
        display: inline-block;
        max-width: 100%;
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        overflow-wrap: anywhere;
        vertical-align: middle;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value .fa-copy {
        margin-left: 3px;
        color: #003d80;
        font-size: 12px;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article {
        display: grid;
        grid-template-columns: 48px minmax(0, 1fr);
        align-items: start;
        column-gap: 6px;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value {
        justify-self: end;
        display: grid;
        grid-template-columns: minmax(0, auto) 14px;
        align-items: start;
        justify-content: end;
        column-gap: 3px;
        max-width: 100%;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value .text {
        display: block;
        min-width: 0;
        max-width: 76px;
        text-align: right;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        line-height: 1.15;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .article .value .fa-copy {
        margin-top: 1px;
        margin-left: 0;
        line-height: 1;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .analogs {
        min-height: 0;
        margin: 0;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .name {
        min-height: 64px;
        padding: 4px 0 8px;
        border-bottom: 1px solid #edf0f5;
    }

    #product-tile:not(.special-products-slider) .product-item .row-name .name .value {
        display: block;
        color: #1f2937;
        font-size: 11px;
        font-weight: 500;
        line-height: 1.2;
    }

    #product-tile:not(.special-products-slider) .product-item .row-stock {
        margin-top: 4px;
    }

    #product-tile:not(.special-products-slider) .product-item .row-stock .brand-img {
        max-width: 74px;
        max-height: 20px;
        object-fit: contain;
    }

    #product-tile:not(.special-products-slider) .product-item .stock-amount {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: 3px;
        width: 100%;
        white-space: normal;
        line-height: 1.15;
    }

    #product-tile:not(.special-products-slider) .product-item .row-stock .stock-widget {
        flex: 1 1 auto;
        min-width: 0;
        width: auto;
        max-width: calc(100% - 60px);
        white-space: normal;
    }

    #product-tile:not(.special-products-slider) .product-item .row-stock .stock .title {
        max-width: 58px;
    }

    #product-tile:not(.special-products-slider) .product-item .amount-stock-badge {
        flex: 0 0 16px;
        width: 14px;
        height: 14px;
        padding-left: 5px;
        justify-self: end;
        overflow: visible;
    }

    #product-tile:not(.special-products-slider) .product-item .amount-stock-badge svg {
        width: 14px;
        height: 14px;
        display: block;
    }

    #product-tile:not(.special-products-slider) .product-item .delivery-date {
        display: none;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price {
        display: block;
        margin-top: 6px;
        padding: 8px 0 6px;
        border-top: 1px solid #edf0f5;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .price > span,
    #product-tile:not(.special-products-slider) .product-item .row-price .retail-price {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3px;
        min-width: 0;
        font-size: 12px;
        line-height: 1.25;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .price {
        display: flex;
        flex-direction: column;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .price > span:not(.retail-price) {
        order: 1;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .retail-price {
        order: 2;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .discount-values {
        order: 3;
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        align-items: start;
        gap: 2px 6px;
        width: 100%;
        margin-top: 6px;
        color: #6b7280;
        font-size: 12px;
        line-height: 1.25;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .discount-values > span {
        grid-column: 1;
        color: #6b7280;
        line-height: 18px;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .discount-values > div {
        grid-column: 2;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2px;
        min-width: 0;
        color: #111827;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .discount-values .price-string {
        display: inline-flex;
        align-items: baseline;
        gap: 4px;
        color: #111827;
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        white-space: nowrap;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .discount-values .currency {
        color: #6b7280;
        font-size: 11px;
        font-weight: 400;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .price-format {
        display: inline-flex;
        float: none;
        max-width: 100%;
        align-items: baseline;
        flex-direction: row-reverse;
        gap: 4px;
        white-space: nowrap;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .price-format .price-string {
        min-width: 0;
        padding-right: 0;
        font-size: 20px;
        line-height: 1.1;
    }

    #product-tile:not(.special-products-slider) .product-item .row-price .price-format .currency {
        font-size: 11px;
        line-height: 1;
    }

    #product-tile:not(.special-products-slider) .product-item .row-buy {
        height: auto;
        margin-top: 6px;
        padding-top: 0;
        border-top: 0;
    }

    #product-tile:not(.special-products-slider) .buy-widget {
        position: static !important;
        width: 100%;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
    }

    #product-tile:not(.special-products-slider) .buy-widget > form {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
    }

    #product-tile:not(.special-products-slider) .buy-widget-container {
        position: static !important;
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }

    #product-tile:not(.special-products-slider) .buy-widget .buy-input-btn {
        display: flex;
        width: 100% !important;
        max-width: 112px;
        height: 30px;
        overflow: hidden;
        border-radius: 15px;
    }

    #product-tile:not(.special-products-slider) .buy-input-btn .buy-input {
        flex: 1 1 auto;
        width: auto !important;
        min-width: 0;
        height: 30px;
        padding: 0 4px;
        border: 1px solid #d7deea;
        border-right: 0;
        border-radius: 15px 0 0 15px;
        background: #fff;
        color: #111827;
        font-size: 12px;
        text-align: center;
        box-shadow: none;
    }

    #product-tile:not(.special-products-slider) .buy-input-btn .buy-modal-btn {
        flex: 0 0 54px;
        width: 54px !important;
        min-width: 54px !important;
        height: 30px;
        padding: 0;
        border-radius: 0 15px 15px 0;
    }

    #product-tile:not(.special-products-slider) .buy-widget .btn-stock-modal {
        flex: 0 0 30px;
        width: 30px !important;
        height: 30px;
        margin-left: 4px;
        border-radius: 50%;
        background-color: #1a1a1a !important;
        position: static;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item > form,
    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-widget,
    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-widget > form,
    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-widget-container,
    .guest-wrap #product-tile:not(.special-products-slider) .product-item .one-click {
        width: 100%;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-widget {
        justify-content: center;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-widget-container {
        display: flex;
        justify-content: center;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-widget .buy-input-btn {
        width: 100% !important;
        max-width: 100%;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-input-btn .buy-input {
        width: auto !important;
        min-width: 0;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item .buy-input-btn .buy-modal-btn {
        flex: 0 0 54px;
    }

    .guest-wrap #product-tile:not(.special-products-slider) .product-item .one-click {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        margin-top: 8px;
        white-space: normal;
        line-height: 1.15;
    }

    .analogs-view .modal-dialog {
        width: calc(100% - 8px);
        max-width: none;
        margin: 4px auto;
    }

    .analogs-view .modal-content {
        width: 100%;
        max-height: calc(100vh - 8px);
        max-height: calc(100dvh - 8px);
        overflow: hidden;
    }

    .analogs-view .modal-body#product-tile {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 0;
        margin: 0 !important;
        padding: 4px 4px 12px !important;
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        column-gap: 8px;
        row-gap: 8px;
    }

    .analogs-view #product-tile > .product-container {
        width: 100% !important;
        max-width: 100% !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .catalog-mobile-filter-footer {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2147483001;
        display: flex;
        gap: 8px;
        padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
        border-top: 1px solid #e1e6f0;
        background: #fff;
    }

    .catalog-mobile-reset-btn,
    .catalog-mobile-apply-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex: 1 1 0;
        height: 38px;
        padding: 0 12px;
        border-radius: 9px;
        font-size: 12px;
        font-weight: 700;
        line-height: 1;
        box-shadow: none;
    }

    .catalog-mobile-reset-btn {
        border: 1px solid #d6ddea;
        background: #fff;
        color: var(--primary);
    }

    .catalog-mobile-apply-btn {
        border-color: var(--primary);
        background: var(--primary);
        color: #fff;
    }
}
