.ais-CurrentRefinements-list {
    /* display: inline-grid; */
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.ais-CurrentRefinements-item {
    align-items: center;
    background-color: #232323;
    border: 1px solid #232323;
    color: #ffffff;
    border-radius: 3px;
    display: flex;
    font-size: .875rem;
    line-height: 1.5;
    min-height: 1.5rem;
    flex-wrap: wrap;
    padding: .5rem;
    gap: .5rem;
}

.ais-CurrentRefinements-label {
    font-weight: 700;
    color: #00FFA3;
}

.ais-CurrentRefinements-category {
    display: flex;
    align-items: center;
    margin: 0;
}

.ais-ClearRefinements-button {
    padding: 15px 25px;
    background: #00FFA3;
    color: #000000;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    max-width: 100%;
}
.ais-ClearRefinements-button:hover {
    filter: brightness(90%);
    background: #00FFA3;
    cursor: pointer;
}

.ais-ClearRefinements-button:disabled[disabled]{
    filter: brightness(50%);
    background: #00FFA3;
    color: #000000;
}

.ais-SearchBox-input::placeholder{
    color: #ffffff;
}

.ais-SearchBox .ais-SearchBox-form{
    background: none;
    height: 40px;
}
.ais-SearchBox .ais-SearchBox-form::before{
    left: 1rem;
}
.ais-SearchBox-form .ais-SearchBox-input{
    padding-left: 2.5rem;
    border-radius: 4px;
    border: 1px solid #232323;
    width: 100%;
    color: #ffffff;
    caret-color: #ffffff;
    background: var(--dark-strong-strk, #232323);
    box-shadow: 0px 4px 4px 0px rgb(35, 35, 35, 0.25);
}

.ais-RefinementList-showMore{
    padding: 15px 25px;
    background: #00FFA3;
    color: #000000;
    text-transform: uppercase;
    border: 0;
    border-radius: 4px;
    max-width: fit-content;
}
.ais-RefinementList-showMore:hover {
    filter: brightness(90%);
    background: #00FFA3;
    cursor: pointer;
}
.ais-ToggleRefinement-count, .ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RatingMenu-count, .ais-RefinementList-count{
    background: #8B8B8B;
    border: 1px solid #232323;
    color: #ffffff;
}

.radio-wrapper .label{
    padding: 10px;
    background: #232323;
    display: flex;
    align-items: center;
    border-radius: 4px;
}
.radio-wrapper .label i{
    margin-left: auto;
    transition: transform 0.3s;
}
.radio-wrapper{
    margin-bottom: 20px;
}
.accordion-item{
    padding: 10px;
    background: #343434;
    border-radius: 0 0 4px 4px;
    display: none;
}
.radio-wrapper.active .label i{
    transform: rotate(180deg);
}
.ais-HierarchicalMenu-showMore:focus,
.ais-Menu-showMore:focus,
.ais-RefinementList-showMore:focus,
.ais-ClearRefinements-button:focus,
.ais-InfiniteHits-loadMore:focus,
.ais-RangeInput-submit:focus,
.ais-InfiniteHits-loadPrevious:focus,
.ais-GeoSearch-redo:focus,
.ais-GeoSearch-reset:focus,
.ais-VoiceSearch-button:focus{
    background-color: #00FFA3;
    background-image: none;
}

.search-input-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.search-input {
    padding-right: 40px !important;
}

.search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    transition: color 0.2s ease;
}

.search-icon:hover {
    color: #333;
}

