.price-range-slider .slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

.price-range-slider .slider .progress {
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 5px;
    background: var(--bs-body-color);
}

.price-range-slider .range-input {
    position: relative;
}

.price-range-slider .range-input input {
    position: absolute;
    width: 100%;
    padding: 0;
    height: 5px;
    top: -5px;
    border: none;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price-range-slider input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: var(--bs-body-color);
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.price-range-slider input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #000;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.active-facets .active-facets-vertical-filter:only-child > facet-remove {
    display: none;
}

.disclosure-has-popup[open] > summary:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 11;
    transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.mobile-facets__wrapper .disclosure-has-popup[open] > summary:before {
    opacity: 1;
    visibility: visible;
}

/* Base */
details > * {
    box-sizing: border-box;
}

/* arrow animation */
.animate-arrow .icon-arrow path {
    transform: translateX(-2.5px);
    transition: transform .3s ease;
}

.animate-arrow:hover .icon-arrow path {
    transform: translateX(-0.5px);
}

/* base-details-summary */
summary {
    cursor: pointer;
    list-style: none;
    position: relative;
}

summary .icon-caret {
    position: absolute;
    height: 6px;
    right: 0;
    top: 4px;
}


summary::-webkit-details-marker {
    display: none;
}

.disclosure-has-popup {
    position: relative;
}

.disclosure-has-popup[open] > summary + * {
    z-index: 9999;
}

.focus-inset:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: -2px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.focused.focus-inset,
.no-js .focus-inset:focus {
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: -2px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
}

.no-js .focus-inset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/*
  Focus ring - none
*/
/* Dangerous for a11y - Use with care */
.focus-none {
    box-shadow: none !important;
    outline: 0 !important;
}

.focus-offset:focus-visible {
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: 10px;
    box-shadow: 0 0 0 10px black, 0 0 2px 12px rgba(0, 0, 0, 0.3);
}

.focus-offset.focused,
.no-js .focus-offset:focus {
    outline: 2px solid rgba(0, 0, 0, 0.5);
    outline-offset: 10px;
    box-shadow: 0 0 0 10px black, 0 0 2px 12px rgba(0, 0, 0, 0.3);
}

.no-js .focus-offset:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* component-form */
.field__input,
.select__select,
.customer .field input,
.customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff;
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow .3s ease;
    height: 45px;
    position: relative;
}

.select__select {
    font-family: var(--font-body-family);
    font-weight: normal;
    opacity: .75;
    font-size: 12px;
}

.localization-form__select:focus {
    outline: 0;
    box-shadow: none;
}

.text-area,
.select {
    display: flex;
    position: relative;
    width: 100%;
}

/* Select */
.select .icon-caret,
.customer select + i {
    height: 6px;
    pointer-events: none;
    position: absolute;
    font-size: 12px;
    top: 3px;
}

/* Field */
.field--with-error {
    flex-wrap: wrap;
}

.field__input,
.customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 15px;
    margin: var(--inputs-border-width);
    transition: box-shadow .3s ease;
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
    display: none;
}

.field__input::placeholder,
.customer .field input::placeholder {
    opacity: 0;
}

.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 44px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
}

.field__button > i {
    height: 25px;
    width: 25px;
}

.field__input:-webkit-autofill ~ .field__button,
.field__input:-webkit-autofill ~ .field__label,
.customer .field input:-webkit-autofill ~ label {
    color: black;
}

/* Text area */
.text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    min-height: 100px;
    resize: none;
}

input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

/* Form global */
.form__label {
    display: block;
    margin-bottom: 6px;
}

.form__message {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 1;
    margin-top: 10px;
}

.form__message--large {
    font-size: 16px;
}

.customer .field .form__message {
    font-size: 14px;
    text-align: left;
}

.form__message .icon,
.customer .form__message i {
    flex-shrink: 0;
    height: 13px;
    margin-right: 5px;
    width: 13px;
}

.form__message--large .icon,
.customer .form__message i {
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.customer .field .form__message i {
    align-self: start;
}

.form-status {
    margin: 0;
    font-size: 16px;
}

.form-status-list {
    padding: 0;
    margin: 20px 0 40px;
}

.form-status-list li {
    list-style-position: inside;
}

.form-status-list .link::first-letter {
    text-transform: capitalize;
}

/* Component  */
.active-facets-mobile {
    order: 3;
    width: 100%;
    min-width: 100%;
}

.mobile-facets__list {
    overflow-y: scroll;
    scrollbar-width: thin;
    padding-left: 26px;
}

.facet-filters__label {
    display: block;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
}

.facet-filters__summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    cursor: pointer;
    height: 45px;
    padding: 0 15px;
    min-width: 250px;
    margin-top: 24px;
    border: 1px solid rgba(0, 0, 0, 0.55);
}

.facet-filters__summary::after {
    position: static;
}

.facet-filters__field {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    font-weight: bold;
}

.facet-filters__field .select {
    width: auto;
    font-weight: bold;
}

.facet-filters__field .select:after,
.facet-filters__field .select:before,
.mobile-facets__sort .select:after,
.mobile-facets__sort .select:before {
    content: none;
}

.facet-filters__field .select__select,
.mobile-facets__sort .select__select {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    line-height: inherit;
    transition: none;
    font-size: 14px;
}

.mobile-facets__sort .select__select {
    border: none;
}

.facet-filters button {
    margin-left: 25px;
}

.facet-filters__sort {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    height: auto;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    margin: 0;
    padding-left: 5px;
    padding-right: 17.5px;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
    outline: none;
    background: var(--bs-body-bg);
}

.facet-filters__sort:hover, .facet-filters__sort:active, .facet-filters__sort:focus {
    border: none;
    outline: none;
}

.facet-filters__sort + .icon-caret {
    right: 0;
}

@media screen and (forced-colors: active) {
    .facet-filters__sort {
        border: none;
    }
}

.facet-filters__sort,
.facet-filters__sort:hover {
    box-shadow: none;
    filter: none;
    transition: none;
}

.no-js .facet-filters__sort:focus:not(:focus-visible),
.no-js .mobile-facets__sort .select__select:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

.facets__form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.facets__form .facets__wrapper {
    order: 1;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    justify-content: end;
}

.facets__form .active-facets {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    width: 100%;
    order: 3;
}

.facets__form .facet-filters {
    align-items: start;
    display: flex;
    order: 2;
}

@media (max-width: 1199px) {
    .facets__form .facets__wrapper {
        order: 1;
        justify-content: start;
    }

    .facets__form .product-count {
        display: flex;
        order: 2;
        margin-left: 30px;
    }
}

.facets__heading {
    display: block;
    font-size: 14px;
    margin: -15px 20px 0 0;
}

.facets__reset {
    margin-left: auto;
}

.facets__disclosure {
    margin-right: 30px;
}

.facets__summary {
    font-size: 16px;
    padding: 0 17.5px 0 0;
    display: flex;
    align-items: center;
    i{
        font-size: 14px;
    }
}

.facets__summary span {
    display: block;
}

.facets__disclosure fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.facets__disclosure-vertical summary {
    cursor: pointer;
    transition: all .3s;
}

.facets__disclosure[open] .facets__summary,
.facets__summary:hover {
    color: var(--bs-body-color);
}

.facets__disclosure-vertical[open] summary {
    padding-bottom: 25px;
}

.facets__summary span {
    transition: text-decoration .3s ease;
    font-weight: bold;
}

.disclosure-has-popup[open] > .facets__summary::before {
    z-index: 2;
}

.facets__summary > span {
    line-height: calc(1 + 0.3 / var(--font-body-scale));
}

.facets__summary .icon-caret {
    right: 0;
}

.facets__display {
    border: 1px solid #eeeeee;
    background-color: #ffffff;
    position: absolute;
    box-shadow: -4px 4px 6px rgba(58, 58, 58, 0.04);
    top: calc(100% + 10px);
    left: -12px;
    width: 300px;
    max-height: 550px;
    overflow-y: auto;
    transition: all .3s;
}

.facets__disclosure[open] .facets__display {
    top: calc(100% + 7px);
}

.facets__header {
    border-bottom: 1px solid var(--color-border);
    padding: 7px 20px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    position: sticky;
    top: 0;
    z-index: 1;
}

.facets__list {
    padding: 5px 20px;
}

.facets__item {
    display: flex;
    align-items: center;
}

.facets__item label,
.facets__item input[type='checkbox'] {
    cursor: pointer;
}

.mobile-facets__footer {
    position: fixed;
    left: auto;
    bottom: 0;
    padding: 15px 0;
    max-width: 375px;
    width: calc(100% - 50px);
    background: var(--bs-black);
    color: #fff;
    opacity: 0;
    right: -100%;
    visibility: hidden;
    transition: all 0.3s;
}
.mobile-facets__footer a{
    color: #fff;
}
.cs-offcanvas[open] .mobile-facets__footer {
    right: -10px;
    opacity: 1;
    visibility: visible;
    padding-right: 10px;
}

.facet-checkbox {
    padding: 2px 20px 10px 0;
    flex-grow: 1;
    position: relative;
    display: flex;
    word-break: break-word;
}

.facets__disclosure-vertical .facet-checkbox:first-child {
    padding-top: 0;
}

.mobile-facets__list .facet-checkbox:first-child {
    padding-top: 0;
}

.facet-checkbox input[type='checkbox'] {
    position: absolute;
    opacity: 0;
    width: 16px;
    height: 16px;
    top: 7px;
    left: -4px;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none;
}

.no-js .facet-checkbox input[type='checkbox'] {
    z-index: 0;
}

.facet-checkbox label {
    position: relative;
    padding-left: 30px;
    opacity: .75;
}

.facet-checkbox label::before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid var(--bs-border-color);
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: all .2s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.facet-checkbox label::after {
    transition: all .2s;
}

.facet-checkbox > input[type='checkbox']:checked + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    height: 12px;
    border: solid var(--bs-btn-primary-color);
    border-width: 0 2px 2px 0;

}
.facet-checkbox > input[type='checkbox']:checked + label{
    opacity: 1;

}
.list-nocheckbox .facet-checkbox label {
    padding-left: 0;
}

.list-nocheckbox .facet-checkbox label::before {
    content: none;
}

.list-nocheckbox .facet-checkbox > input[type='checkbox']:checked + label .html_color_names {
    border-color: var(--bs-primary);
}

.list-nocheckbox .facet-checkbox label::after {
    top: 12px !important;
    left: 16px !important;
}

.facet-checkbox > input[type='checkbox']:checked + label::before {
    background: var(--bs-primary);
}
.shadow-style{
    .facet-checkbox > input[type='checkbox']:checked + label::before {
        box-shadow: 0 0 #0000, 0 0 #0000, 2px 2px #000;
    }
}
.facet-checkbox--disabled {
    opacity: .5;
}

.facets__price {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
}

button.facets__button {
    min-height: 0;
    margin: 0 0 0 5px;
    box-shadow: none;
    padding-top: 14px;
    padding-bottom: 14px;
}

.facets__button-no-js {
    transform: translateY(-6px);
}

.active-facets__button {
    text-decoration: none;
    display: inline-flex;
    background: #fff;
    margin: 0 2px 2px 0;
}

facet-remove {
    display: inline-block;
    font-size: 12px;
}

span.active-facets__button-inner {
    background: var(--bs-primary);
    color: var(--bs-btn-primary-color);
    color: rgba(0, 0, 0, 0.5);
    font-size: 10px;
    min-height: 0;
    min-width: 0;
    padding: 0 7px;
    transition: all .3s;
    display: flex;
    align-items: center;
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
}

span.active-facets__button-inner:hover {
    background: #dddddd;
}

span.active-facets__button-inner i {
    width: 8px;
    height: auto;
}

span.active-facets__button-inner:before,
span.active-facets__button-inner:after {
    display: none;
}

.active-facets__button-wrapper * {
    font-size: 10px;
}

@media screen and (min-width: 992px) {
    .active-facets__button-wrapper *,
    span.active-facets__button-inner {
        font-size: 14px;
    }

    .active-facets__button-wrapper * i,
    span.active-facets__button-inner i {
        width: 12px;
        height: auto;
    }
}

a.active-facets__button:focus-visible {
    outline: none;
    box-shadow: none;
}

/* outline styling for Windows High Contrast Mode */
@media (forced-colors: active) {
    a.active-facets__button:focus-visible {
        outline: transparent solid 1px;
    }
}

a.active-facets__button.focused,
.no-js a.active-facets__button:focus {
    outline: none;
    box-shadow: none;
}

a.active-facets__button:focus-visible .active-facets__button-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px black, 0 0 0 4px black;
    outline: none;
}

a.active-facets__button.focused .active-facets__button-inner,
.no-js a.active-facets__button:focus .active-facets__button-inner {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0 2px black, 0 0 0 4px black;
    outline: none;
}

.active-facets facet-remove:only-child {
    display: none;
}

.facets__form-vertical .active-facets .active-facets-vertical-filter:only-child > facet-remove {
    display: none;
}

.facets__form-vertical .active-facets {
    margin-bottom: 15px;
}

.facets__form-vertical .active-facets__button {
    margin-top: 0;
}

.active-facets__button.disabled,
.mobile-facets__clear.disabled {
    pointer-events: none;
}

.mobile-facets__disclosure {
    display: flex;
}

.mobile-facets__wrapper {
    margin-left: 0;
    display: flex;
}

.mobile-facets__header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 10px 25px;
    display: flex;
    position: sticky;
    top: 0;
    background: var(--bs-body-bg);
    z-index: 2;
}

.mobile-facets__count {
    opacity: .7;
    font-size: 13px;
    margin: 0;
}

.mobile-facets__open {
    text-align: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center;
}

.mobile-facets__open:hover line,
.mobile-facets__open:hover circle {
    stroke: black;
}

.mobile-facets__open-label {
    transition: text-decoration .3s ease;
}

.mobile-facets__open > * + * {
    margin-left: 10px;
}

.mobile-facets__open i {
    width: 20px;
}

.mobile-facets__close {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 101;
    opacity: 0;
    transition: opacity .3s ease;
}

.mobile-facets__close i {
    width: 22px;
}

details.menu-opening .mobile-facets__close {
    display: flex;
    opacity: 1;
}

details.menu-opening .mobile-facets__close i {
    margin: 0;
}

.mobile-facets__close-button {
    display: none;
}

.mobile-facets__main {
    padding: 27px 0 80px 0;
    position: relative;
    z-index: 1;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-facets__details[open] .icon-caret {
    transform: rotate(180deg);
}

.mobile-facets__details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
}

.mobile-facets__details .facets__price {
    padding: 0;
}

.mobile-facets__details[open] .mobile-facets__summary {
    margin-bottom: 25px;
}

.mobile-facets__summary {
    font-weight: bold;
    transition: all .3s;
}

.mobile-facets__summary i {
    margin-left: auto;
}

.mobile-facets__arrow,
.mobile-facets__summary .icon-caret {
    margin-left: auto;
    display: block;
}

.mobile-facets__label--disabled {
    opacity: 0.5;
}

.mobile-facets__sort {
    display: flex;
    justify-content: space-between;
}

.mobile-facets__sort label {
    flex-shrink: 0;
    margin-bottom: 0;
}

.mobile-facets__sort .select {
    width: auto;
}

.no-js .mobile-facets__sort .select {
    position: relative;
    right: -10px;
}

.mobile-facets__sort .select .icon-caret {
    right: 0;
}

.mobile-facets__sort .select__select {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    filter: none;
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 5px;
    height: auto;
    line-height: inherit;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 15px;
    outline: none;
}

.product-count__text {
    font-size: 14px;
    line-height: calc(1 + 0.5 / var(--font-body-scale));
    margin: 0;
}

.product-count__text.loading {
    visibility: hidden;
}

.product-count .loading-overlay__spinner,
.product-count-vertical .loading-overlay__spinner {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
}

.product-count__text.loading + .loading-overlay__spinner {
    display: block;
}

.loading-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(245, 248, 248, 0.75);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.collection.loading .loading-overlay {
    opacity: 1;
    visibility: visible;
}

.loading-animation {
    position: absolute;
    top: 20vh;
    left: 50%;
    transform: translateX(-50%) rotate(-200deg);
    z-index: 2;
}

.loading-animation::after,
.loading-animation::before,
.loading-animation > span {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #000000;
    border-radius: 50%;
    animation: bouncing-loader 0.6s infinite alternate;
}

.loading-animation::after,
.loading-animation::before,
.loading-animation > span {
    content: '';
}

.loading-animation > span {
    margin: 0 5px;
}

.loading-animation > span {
    animation-delay: 0.2s;
}

.loading-animation::after {
    animation-delay: 0.4s;
}

@keyframes bouncing-loader {
    to {
        opacity: 0.1;
        transform: translate3d(0, -10px, 0);
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 992px) {
    .facets-wrap-vertical {
        border: none;
        padding-left: 0;
        padding-top: 0
    }

    .facets__disclosure-vertical {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        margin-right: 0;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .facets__heading--vertical {
        margin: 0 0 15px 0;
        font-size: 15px;
    }

    .facets__header-vertical {
        padding: 7px 20px 7px 0;
        font-size: 14px;
    }

    .facets__display-vertical {
        padding-bottom: 15px;
    }

    .facets__form-vertical .facets-wrapper {
        padding-right: 30px;
    }

    .facets__form-vertical .facets-wrapper--no-filters {
        display: none;
    }

    .no-js .facets__form-vertical .facets-wrapper--no-filters {
        display: block;
    }

    .facets__form-vertical .product-grid-container {
        width: 100%;
    }

    .facets__form-vertical .active-facets__button-wrapper {
        margin-bottom: 20px;
    }

    .facets__form-vertical .no-js .facets__button-no-js {
        transform: none;
        margin-left: 0;
    }

    .facets__form-vertical .no-js .facet-filters__field {
        justify-content: flex-start;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .facets__form-vertical .facets__price {
        padding: 0;
    }

    .facets__form-vertical .active-facets__button {
        margin-bottom: 3px;
    }

    .no-js .facets__form-vertical .facet-filters.sorting {
        padding-left: 0;
        flex-direction: column;
    }

    .facets__form-vertical .facet-checkbox input[type='checkbox'] {
        z-index: 0;
    }

    .facets__form-vertical .active-facets facet-remove:last-of-type {
        margin-bottom: 10px;
    }

    .facets__disclosure-vertical[open] .facets__summary .icon-caret {
        transform: rotate(180deg);
        top: 18px;
    }

    .facets-container-drawer {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        column-gap: 0;
    }

    .facets-container-drawer .mobile-facets__wrapper {
        margin-right: 20px;
        flex-grow: 1;
    }

    .facets-container-drawer .product-count {
        margin: 0 0 0 35px;
    }

    .facets-container-drawer .facets-pill {
        width: 100%;
    }

    .facets-container-drawer .facets__form {
        display: block;
    }
}

/*Custom*/
@media (max-width: 991px) {
    .facets-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
}

.cs-offcanvas facet-filters-form.cs-offcanvas-right {
    z-index: 9999;
}
.cs-offcanvas summary .icon-caret {
    top: 0;
}
.cs-offcanvas .mobile-facets__details[open] .icon-caret {
    transform: rotate(180deg);
    top: 18px;
}

