.tax-product_cat .qodef-product-list-filter-holder,
.tax-product_tag .qodef-product-list-filter-holder {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 30px;
    z-index: 90;
}
.tax-product_cat .qodef-filter-left,
.tax-product_tag .qodef-filter-left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 100;
}
.tax-product_cat .qodef-filter-opener,
.tax-product_tag .qodef-filter-opener {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    cursor: pointer;
}
.tax-product_cat .qodef-product-list-filter-horizontal,
.tax-product_tag .qodef-product-list-filter-horizontal {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 30px 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-top: 15px;
    z-index: 50;
}
.tax-product_cat .qodef-e-options-wrapper,
.tax-product_tag .qodef-e-options-wrapper {
    max-height: 132px;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.tax-product_cat .qodef-e-options-wrapper.qodef--expanded,
.tax-product_tag .qodef-e-options-wrapper.qodef--expanded {
    max-height: none;
    overflow: visible;
}
.tax-product_cat .qodef-e-checkbox,
.tax-product_tag .qodef-e-checkbox {
    margin-bottom: 5px;
}
.tax-product_cat .qodef-e-checkbox label,
.tax-product_tag .qodef-e-checkbox label {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}
.tax-product_cat .qodef-e-checkbox input[type="checkbox"],
.tax-product_tag .qodef-e-checkbox input[type="checkbox"] {
    margin: 0;
}
/* Active filter style: bold + underline */
.tax-product_cat .qodef-e-checkbox.qodef--active label .qodef-e-label,
.tax-product_tag .qodef-e-checkbox.qodef--active label .qodef-e-label {
    font-weight: bold;
    text-decoration: underline;
}
.tax-product_cat .qodef-color-holder,
.tax-product_tag .qodef-color-holder {
    display: inline-block;
}
.tax-product_cat .qodef-e-color,
.tax-product_tag .qodef-e-color {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #ccc;
}
.tax-product_cat .qodef-e-number,
.tax-product_tag .qodef-e-number {
    opacity: 0.6;
    margin-left: auto;
}
.tax-product_cat .qodef-filter-show-more,
.tax-product_cat .qodef-filter-show-less,
.tax-product_tag .qodef-filter-show-more,
.tax-product_tag .qodef-filter-show-less {
    cursor: pointer;
    font-size: 13px;
    margin-top: 5px;
    display: inline-block;
}
.tax-product_cat .qodef-active-filters,
.tax-product_tag .qodef-active-filters {
    margin-left: 15px;
    position: absolute;
    z-index: 100;
    top: 0;
    margin-left: 100px;
}
/* Price slider */
.tax-product_cat .qodef-price-slider-wrapper,
.tax-product_tag .qodef-price-slider-wrapper {
    margin-top: 15px;
}
.tax-product_cat .qodef-price-slider,
.tax-product_tag .qodef-price-slider {
    position: relative;
    height: 20px;
    margin: 0 8px;
    user-select: none;
}
.tax-product_cat .sp-slider-track,
.tax-product_tag .sp-slider-track {
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    height: 2px;
    background: #000;
}
.tax-product_cat .sp-slider-range,
.tax-product_tag .sp-slider-range {
    position: absolute;
    top: 9px;
    height: 2px;
    background: #000;
}
.tax-product_cat .sp-slider-handle,
.tax-product_tag .sp-slider-handle {
    position: absolute;
    top: 0;
    width: 4px;
    height: 20px;
    background: #000;
    cursor: ew-resize;
    margin-left: -2px;
    z-index: 2;
}
.tax-product_cat .qodef-price-labels,
.tax-product_tag .qodef-price-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}
.tax-product_cat .qodef-e-info-right,
.tax-product_tag .qodef-e-info-right {
    position: absolute;
    right: 0;
    top: 0;
}
.tax-product_cat .qodef-filter-closer,
.tax-product_tag .qodef-filter-closer {
    display: none !important;
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    z-index: 100;
    top: 8px;
}
.tax-product_cat .qodef-filter-closer.qodef--visible,
.tax-product_tag .qodef-filter-closer.qodef--visible {
    display: inline-flex !important;
    align-items: center;
}
