

/* Start:/local/templates/new_arabella/components/bitrix/catalog.smart.filter/catalog_new/style.css?17586290774612*/
/* Price filter specific styles - Final Version */
/* Content wrapper inside dropdown */
.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .custom-multi-select__dropdown-content {
    padding: 20px;
}

/* Inputs container */
.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .b-ccf-item-price-inputs {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 30px;
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .b-range-input-wrapper {
     width: 50%;
     position: relative;
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .b-range-input-label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #A0A0A0;
    font-size: 14px;
    pointer-events: none;
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .b-range-input {
    width: 100%;
    padding: 0 10px 0 40px;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Slider styles */
.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .b-ccf-price-slider-wrapper {
    position: relative !important; /* CRITICAL FIX: Overrides absolute positioning from global styles */
    padding: 0 8px; /* Padding to prevent handles from touching the edges */
    margin-bottom: 25px; /* Space between slider and button */
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .noUi-target {
    background: #E5E5E5;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    height: 2px;
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .noUi-connect {
    background: #1A1A1A;
    height: 2px;
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .noUi-handle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #1A1A1A;
    border: none;
    box-shadow: none;
    right: -8px;
    top: -7px;
    cursor: pointer;
}

.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .noUi-handle::after,
.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .noUi-handle::before {
    display: none;
}

/* Apply button */
.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .custom-multi-select__dropdown-submit {
    background: #2E2E2E;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin: 0;
    display: block;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
}
.catalog__items--filters .custom-multi-select[data-role="custom-slider"] .custom-multi-select__dropdown-submit:hover {
    background: #404040;
}

/* --- Keep general styles for other filters --- */
.custom-multi-select:not([data-role="custom-slider"]) .custom-multi-select__dropdown-submit {
    background: #2E2E2E;
    color: white;
    text-align: center;
    padding: 12px;
    border-radius: 4px;
    margin: 0 20px 20px 20px;
    display: block;
    text-decoration: none;
    border-bottom: none;
    cursor: pointer;
}
.custom-multi-select:not([data-role="custom-slider"]) .custom-multi-select__dropdown-submit:hover {
    background: #404040;
}

.price-filter-dropdown .custom-multi-select__dropdown-content {
    display: block;
    border: none;
    padding: 16px;
    box-shadow: none;
}

.price-filter-dropdown .b-ccf-price-slider-wrapper {
    padding: 20px 0;
    position: relative !important; /* Override conflicting styles */
}

.price-filter-dropdown .noUi-target {
    margin: 0 10px;
    width: calc(100% - 20px);
}

.price-filter-dropdown .custom-multi-select__dropdown-submit {
    display: block;
    width: 100%;
    margin-top: 10px;
}

/* НОВОЕ ПРАВИЛО ДЛЯ КНОПКИ */
.custom-multi-select:not(.price-filter-dropdown) .custom-multi-select__dropdown-submit {
    margin: 0; /* Убираем лишние отступы для всех кнопок, кроме цены */
}

.price-filter-dropdown .b-ccf-item-price-inputs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.price-filter-dropdown .b-ccf-item-price-inputs .b-price-label-low,
.price-filter-dropdown .b-ccf-item-price-inputs .b-price-label-high {
    font-size: 14px;
    color: #8e8e8e;
}

.price-filter-dropdown .b-ccf-item-price-inputs .b-range-input {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 8px;
    text-align: center;
    font-size: 14px;
}


/* End */
/* /local/templates/new_arabella/components/bitrix/catalog.smart.filter/catalog_new/style.css?17586290774612 */
