/* High-contrast Reset all filters control for desktop and mobile filter panels. */
.bb-product-form-filter .bb-product-filter-clear-all {
    min-height: 36px !important;
    padding: 7px 14px !important;
    border: 1.5px solid #007d74 !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #004f49 !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    box-shadow: 0 1px 2px rgba(0, 79, 73, .08) !important;
}

.bb-product-form-filter .bb-product-filter-clear-all:hover,
.bb-product-form-filter .bb-product-filter-clear-all:focus {
    border-color: #007d74 !important;
    background: #007d74 !important;
    color: #ffffff !important;
}

.bb-product-form-filter .bb-product-filter-clear-all:focus-visible {
    outline: 3px solid rgba(0, 125, 116, .25) !important;
    outline-offset: 2px !important;
}
