.beautysociety-sidebar-container {
    position: fixed;
    display: flex;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgb(95, 90, 86, 0.5);
}

.beautysociety-sidebar {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 481px;
    transform: translate3d(-480px, 0, 0);
    background-color: rgba(252, 251, 250, 1);
}

.beautysociety-sidebar-open {
    transform: translate3d(0, 0, 0);
    transition: transform .5s cubic-bezier(.165,.84,.44,1);
}

.beautysociety-sidebar-inner {
    flex: 1;
    overflow-y: auto;
    padding-top: 19px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}

.beautysociety-sidebar-overlay {
    width: 100%;
}

.beautysociety-sidebar-title-holder {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 23px;
}

.accordion-item {
    border-top: 1px solid #dee2e6;
}

.accordion-item:last-child {
    border-bottom: 1px solid #dee2e6;
}

.accordion-header {
    cursor: pointer;
    padding: 20px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
}

.accordion-header:focus {
    outline: none;
}

.accordion-body {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
    overflow: hidden;
    transition: max-height 0.3s ease;
    text-align: left;
}

.beautysociety-filter-option {
    flex: 1 0 50%;
    gap: 10px;
    margin-bottom: 10px;
}

.beautysociety-filter-option:hover {
    cursor: pointer !important;
}

.beautysociety-filter-option-inner {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.beautysociety-filter-option-inner > div {
    font-family: 'SuisseIntl-Light';
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
}

.beautysociety-sidebar-footer-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 86px;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    background-color: rgba(244, 242, 238, 1);
}

.beautysociety-sidebar-footer-clear-filter-button {
    flex: 1;
    width: 100%;
    padding: 14px 23px 14px 23px;
    border: 0;
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
    font-size: 12px;
    line-height: 15.56px;
    text-transform: uppercase;
    background: transparent !important;
    color: #151514;
}

.beautysociety-sidebar-footer-apply-filter-button {
    flex: 1;
    width: 100%;
}

.beautysociety-sidebar-footer-clear-filter-button:hover {
    text-decoration: underline;
}

.beautysociety-sidebar-close-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.beautysociety-sidebar-close-holder:hover {
    cursor: pointer;
}

.beautysociety-filter-collapse.in {
    height: unset !important;
}

.beautysociety-accordion-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.beautysociety-accordion-header-right {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.beautysociety-accordion-options {
    width: 100%;
    max-width: 200px;
    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: initial !important;
    font-family: 'SuisseIntl-Light';
    font-size: 12px;
    font-weight: 300;
    line-height: 15.56px;
    color: #939393;
}

.beautysociety-accordion-caret {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.beautysociety-accordion-caret > img {
    width: 18px;
    height: 18px;
}

.beautysociety-accordion-header > div {
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
    font-size: 12px;
    line-height: 15.56px;
    color: #151514;
}

.beautysociety-sidebar-title {
    font-family: 'SuisseIntl-Light';
    font-weight: 300;
    font-size: 24px;
    line-height: 31.13px;
    color: #151514;
}
