.auctions-filter {
    display: flex;
    flex-direction: column;
    row-gap: 1.25rem;
    padding-top: 1.75rem;
}
.auctions-filter--field {
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(204, 204, 204, 1);
}
.auctions-filter--label {
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.auctions-filter--label::after {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M2 8L7.5 2.5L13 8" stroke="%23191A26" stroke-width="1.5" stroke-linecap="round"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: rotateX(180deg);
    transition: transform 0.25s ease;
}
.auctions-filter--params {
    display: flex;
    flex-direction: column;
    row-gap: 0.75rem;
    overflow: hidden;
}
.auctions-filter--params .search_input {
    width: 100%;
    padding: 0.625rem 2rem 0.625rem 0.75rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(204, 204, 204, 1);
    font-size: 1rem;
    color: rgba(131, 133, 135, 1);
    line-height: 1;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.17585 15.0704C4.37309 15.0704 1.2793 11.9767 1.2793 8.1739C1.2793 4.37114 4.37309 1.27734 8.17585 1.27734C11.9786 1.27734 15.0724 4.37114 15.0724 8.1739C15.0724 11.9767 11.9786 15.0704 8.17585 15.0704ZM8.17585 2.65665C5.13378 2.65665 2.65861 5.13183 2.65861 8.1739C2.65861 11.216 5.13378 13.6911 8.17585 13.6911C11.2179 13.6911 13.6931 11.216 13.6931 8.1739C13.6931 5.13183 11.2186 2.65665 8.17585 2.65665Z" fill="%23838587"/><path d="M18.0309 18.7206C17.9403 18.7207 17.8506 18.7029 17.767 18.6682C17.6833 18.6335 17.6073 18.5826 17.5433 18.5185L12.2371 13.2123C12.1731 13.1483 12.1223 13.0722 12.0876 12.9886C12.053 12.9049 12.0352 12.8153 12.0352 12.7247C12.0352 12.6342 12.053 12.5445 12.0876 12.4608C12.1223 12.3772 12.1731 12.3012 12.2371 12.2371C12.3012 12.1731 12.3772 12.1223 12.4608 12.0876C12.5445 12.053 12.6342 12.0352 12.7247 12.0352C12.8153 12.0352 12.9049 12.053 12.9886 12.0876C13.0722 12.1223 13.1483 12.1731 13.2123 12.2371L18.5185 17.5433C18.6153 17.6396 18.6812 17.7625 18.708 17.8964C18.7348 18.0303 18.7212 18.1691 18.669 18.2952C18.6167 18.4214 18.5282 18.5291 18.4146 18.6049C18.301 18.6806 18.1674 18.7209 18.0309 18.7206Z" fill="%23838587"/></svg>');
    background-position: calc(100% - 12px), center;
    background-size: 1.25rem;
    background-repeat: no-repeat;
}
.auctions-filter--params input[type="date"] {
    width: 100%;
    padding: 0.625rem 0.75rem 0.625rem 0.75rem;
    border-radius: 0.25rem;
    border: 1px solid rgba(204, 204, 204, 1);
    font-size: 1rem;
    color: rgba(131, 133, 135, 1);
    line-height: 1;
    background-position: calc(100% - 12px), center;
    background-size: 1.25rem;
    background-repeat: no-repeat;
    min-height: 44px
}
input[type="date"] {
  -webkit-appearance: none;
  appearance: none;
}
input[type="date"]::-webkit-datetime-edit-fields-wrapper {
  color: #555;
}
input[type="date"]::-webkit-datetime-edit-text {
  color: #999;
  padding: 0 2px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  /* display: none; */ /* Скрыть */
  opacity: 0.75; /* Сделать полупрозрачной */
}
.auctions-filter--param {
    position: relative;
    padding-left: 2rem;
    background-size: 1.25rem;
    margin: 0;
    font-size: 1rem;
    line-height: 1.25;
    display: flex;
    align-items: center;
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="20" height="20" rx="4" stroke="%23CCCCCC"/></svg>');
    background-repeat: no-repeat;
    transition: 0.5s ease;
    padding-top: 1px;
    padding-bottom: 1px;
    cursor: pointer;
}
.auctions-filter--param.other {
    order: 1;
}
.auctions-filter--param:has(:checked) {
    background-image: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="20" height="20" rx="4" stroke="%23CCCCCC"/><path d="M6 10.2308L9.4375 14L17 7" stroke="%23191A26" stroke-linecap="round"/></svg>');
}
.auctions-filter--param[hidden]:not(:has(:checked)) {
    display: none;
}
/* .auctions-filter--params.open {
    padding-top: 1.25rem;
} */
.auctions-filter--param input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
}
.auctions-filter--params.show-less :nth-child(n+10):not(.show_more) {
    display: none;
}
.auctions-filter--params .show_more {
    display: block;
    margin-top: 1.25rem;
    color: rgba(131, 133, 135, 1);
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    text-decoration: underline;
    position: sticky;
    bottom: 0;
    background-color: #FFF;
    z-index: 1;
}
.pagination.load_more {
    border: 1px solid rgba(25, 26, 38, 1);
    display: flex;
    align-items: center;
    gap: 1.25rem;
    padding: 1rem 1.25rem;
    background-color: transparent;
    color: var(--Black_titles);
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    margin: 0 auto;
    transition: color 0.35s ease, background-color 0.35s ease, border-color 0.35s ease;
    cursor: pointer;
    width: fit-content;
    text-decoration: none;
}
.pagination.load_more::after {
    content: "";
    display: block;
    width: 1.5rem;
    aspect-ratio: 1;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_538_16248)"><path d="M12.4997 21.9994C6.99262 21.9994 2.5 17.5068 2.5 11.9997C2.5 9.82122 3.20733 7.68203 4.55112 5.93656C4.79365 5.62153 5.25172 5.59947 5.5459 5.86691C5.83812 6.13256 5.85708 6.58297 5.61929 6.89828C4.51709 8.35981 3.94923 10.1608 3.94923 11.9997C3.94923 16.7339 7.76554 20.5502 12.4997 20.5502C13.5048 20.5502 14.479 20.3955 15.3975 20.0614C15.7755 19.9239 16.2094 20.0808 16.3728 20.4484C16.5295 20.8012 16.3786 21.2176 16.019 21.3579C14.899 21.7951 13.7164 21.9994 12.4997 21.9994ZM20.4007 18.1118C20.1574 18.4261 19.6994 18.4482 19.4052 18.1808C19.113 17.9151 19.0939 17.4647 19.3328 17.1503C20.4442 15.688 21.0502 13.8817 21.0502 11.9997C21.0502 7.26555 17.2339 3.44923 12.4997 3.44923C11.4909 3.44923 10.5132 3.60506 9.59171 3.94176C9.21945 4.07777 8.79201 3.92309 8.63104 3.56092C8.47319 3.20577 8.63243 2.78756 8.9966 2.6518C10.1118 2.23605 11.2889 2 12.4997 2C18.0068 2 22.4994 6.49262 22.4994 11.9997C22.4994 14.222 21.7526 16.3658 20.4007 18.1118Z" fill="%23191A26"/><path d="M7.08964 10.4534C7.08964 10.8803 6.74359 11.2264 6.31671 11.2264C5.88984 11.2264 5.54379 10.8803 5.54379 10.4534V7.58881C5.54379 7.03652 5.09608 6.58881 4.54379 6.58881H1.67917C1.2523 6.58881 0.90625 6.24276 0.90625 5.81589C0.90625 5.38902 1.2523 5.04297 1.67917 5.04297H6.08964C6.64192 5.04297 7.08964 5.49068 7.08964 6.04297V10.4534ZM24.094 18.1827C24.094 18.6095 23.7479 18.9556 23.321 18.9556H18.9106C18.3583 18.9556 17.9106 18.5079 17.9106 17.9556V13.5451C17.9106 13.1183 18.2566 12.7722 18.6835 12.7722C19.1104 12.7722 19.4564 13.1183 19.4564 13.5451V16.4097C19.4564 16.962 19.9041 17.4097 20.4564 17.4097H23.321C23.7479 17.4097 24.094 17.7558 24.094 18.1827Z" fill="%23191A26"/></g><defs><clipPath id="clip0_538_16248"><rect width="24" height="24" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pagination.load_more:hover {
    color: #FFF;
    background-color: var(--Red);
    border-color: var(--Red);
}
.pagination.load_more:hover::after {
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_538_16248)"><path d="M12.4997 21.9994C6.99262 21.9994 2.5 17.5068 2.5 11.9997C2.5 9.82122 3.20733 7.68203 4.55112 5.93656C4.79365 5.62153 5.25172 5.59947 5.5459 5.86691C5.83812 6.13256 5.85708 6.58297 5.61929 6.89828C4.51709 8.35981 3.94923 10.1608 3.94923 11.9997C3.94923 16.7339 7.76554 20.5502 12.4997 20.5502C13.5048 20.5502 14.479 20.3955 15.3975 20.0614C15.7755 19.9239 16.2094 20.0808 16.3728 20.4484C16.5295 20.8012 16.3786 21.2176 16.019 21.3579C14.899 21.7951 13.7164 21.9994 12.4997 21.9994ZM20.4007 18.1118C20.1574 18.4261 19.6994 18.4482 19.4052 18.1808C19.113 17.9151 19.0939 17.4647 19.3328 17.1503C20.4442 15.688 21.0502 13.8817 21.0502 11.9997C21.0502 7.26555 17.2339 3.44923 12.4997 3.44923C11.4909 3.44923 10.5132 3.60506 9.59171 3.94176C9.21945 4.07777 8.79201 3.92309 8.63104 3.56092C8.47319 3.20577 8.63243 2.78756 8.9966 2.6518C10.1118 2.23605 11.2889 2 12.4997 2C18.0068 2 22.4994 6.49262 22.4994 11.9997C22.4994 14.222 21.7526 16.3658 20.4007 18.1118Z" fill="%23FFF"/><path d="M7.08964 10.4534C7.08964 10.8803 6.74359 11.2264 6.31671 11.2264C5.88984 11.2264 5.54379 10.8803 5.54379 10.4534V7.58881C5.54379 7.03652 5.09608 6.58881 4.54379 6.58881H1.67917C1.2523 6.58881 0.90625 6.24276 0.90625 5.81589C0.90625 5.38902 1.2523 5.04297 1.67917 5.04297H6.08964C6.64192 5.04297 7.08964 5.49068 7.08964 6.04297V10.4534ZM24.094 18.1827C24.094 18.6095 23.7479 18.9556 23.321 18.9556H18.9106C18.3583 18.9556 17.9106 18.5079 17.9106 17.9556V13.5451C17.9106 13.1183 18.2566 12.7722 18.6835 12.7722C19.1104 12.7722 19.4564 13.1183 19.4564 13.5451V16.4097C19.4564 16.962 19.9041 17.4097 20.4564 17.4097H23.321C23.7479 17.4097 24.094 17.7558 24.094 18.1827Z" fill="%23FFF"/></g><defs><clipPath id="clip0_538_16248"><rect width="24" height="24" fill="white" transform="translate(0.5)"/></clipPath></defs></svg>');
}
.auctions-pagination .page-nav {
    margin-top: 2rem;
    margin-bottom: 2.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid #CCCCCC;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}
.auctions-pagination .page-nav .page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 2px;
    border: 1px solid #838587;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 1rem;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    color: var(--Black_titles, #191A26);
}
.auctions-pagination .page-nav .page.active {
    cursor: default;
}
.auctions-pagination .page-nav .page.active, 
.auctions-pagination .page-nav .page:hover {
    color: #191A26;
    border-color: #191A26;
    font-weight: 600;
}
.auctions-pagination .page-nav .dots {
    display: inline-block;
    padding: 0px 4px;
    cursor: default;
}
.auctions-filter--buttons {
    margin-top: 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}
.auctions-filter--reset.reset-filter {
    border: none;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    color: var(--Black-titles);
    background-color: transparent;
}
.gc-facets-filter--item--show {
    text-align: center;
}
.auctions-filter--founded {
    padding-bottom: 2.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1.25rem;
}
.auctions-filter--founded span {
    color: var(--Red);
}
.auctions-selections {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 1rem;
}
.auctions-selections--chips {
    color: #FFF;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1;
    padding: 6px 35px 6px 12px;
    background-size: 13px 13px;
    background-position: calc(100% - 12px), center;
    background-image: url('data:image/svg+xml,<svg width="13" height="14" viewBox="0 0 13 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 1.5L6.5 7M1 12.5L6.5 7M6.5 7L1 1.5M6.5 7L12 12.5" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
    margin: 0;
    background-color: #393E41;
    background-repeat: no-repeat;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    border: none;
}
.auctions-selections--chips.reset-filter {
    background-image: unset;
    padding-right: 12px;
}
.auctions-selections--chips.disabled {
    cursor: not-allowed;
}
.woocommerce-products__filter__mobile__chips .auctions-selections--chips.reset-filter {
    display: none;
}
/* RANGE */
.range-container {
    position: relative;
    width: 100%;
}
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 12px;
    background: #C11D1D33;
    border-radius: 2rem;
    outline: none;
}
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    margin-top: -4px; /* компенсируем для выравнивания */
}
input[type="range"]::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
}
input[type="range"]::-moz-range-track {
    background: #C11D1D33;
    height: 12px;
    border-radius: 2rem;
}
input[type="range"]::-webkit-slider-runnable-track {
    /* background: linear-gradient(to right, #C11D1D 0%, #C11D1D var(--percent), #C11D1D33 var(--percent), #C11D1D33 100%); */
    background: transparent;
    height: 12px;
    border-radius: 2rem;
}
.double-range input[type=range] {
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: none;
}
.double-range input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    position: relative;
    z-index: 2;
}
.range-indicator {
    width: 100%;
    min-height: 12px;
    position: relative;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    padding: 0 8px;
}
.range-indicator::before {
    content: "";
    position: absolute;
    background-color: #ddd;
    max-width: 100%;
    height: 100%;
    left: var(--minimum);
    right: var(--maximum);
}
.range-info {
    margin-top: 1rem;
}
/* RANGE */
@media screen and ( min-width: 992px ) {
    .wc-product-content__summary.wc-product-content__summary {
        position: relative;
    }
    .wc-product--contnet--data--body.wc-product--contnet--data--body {
        row-gap: 0.5rem;
    }
}
@media screen and ( min-width: 1200px ) {
    .auctions-filter {
        padding: 0;
    }
    .auctions-filter--label {
        font-size: 1.25rem;
    }
    .auctions-filter--reset.reset-filter {
        width: 100%;
        color: #FFF;
        background-color: var(--Black_titles);
        border: 1px solid var(--Black_titles);
        display: block;
        padding: 1rem;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.35s ease, color 0.35s ease;
    }
    .auctions-filter--reset.reset-filter:hover {
        background-color: transparent;
        color: var(--Black_titles);
    }
}