.nosto-filters-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    z-index: 99999;
}
.nosto-filters-panel {
    position: fixed;
    top: 0;
    right: 0;
    width: 536px;
    max-width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform .3s ease;
    box-shadow: -4px 0 24px rgba(0,0,0,.12);
}
.nosto-filters-panel.open {
    transform: translateX(0);
}
.nosto-filters-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    font-weight: 600;
}
.nosto-filters-close {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #0B0B0C;
    padding: 4px 8px;
}
.nosto-filters-body {
    flex: 1;
    overflow-y: auto;
    padding: 0 16px;
}
.nosto-filters-loading {
    padding: 24px;
    color: #888;
    font-size: 14px;
}
.nosto-facet {
    border-bottom: 1px solid #e8e8e8;
}
.nosto-facet.open{

}
.nosto-facet-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 26px 16px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    display: block;
    position: relative;
}
.nosto-facet-header span{
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-family: "Hanken Grotesk";
    color: #0B0B0C;
    letter-spacing: -0.16px;
}
.nosto-facet-header:hover,
.nosto-facet.open .nosto-facet-header{
    background: #F2F2F2;
}
.nosto-facet-chevron {
    display: none;
}
.nosto-facet-header::before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    width: 24px;
    height: 24px;
    background: url("https://cdn.bobochicparis.com/themes/bobochic/img/icon/black/caret-right.svg") no-repeat center center;
    transform: rotate(90deg);
}
.nosto-facet.open .nosto-facet-chevron {
    transform: rotate(180deg);
}
.nosto-facet-values {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}
.nosto-facet.open .nosto-facet-values {
    max-height: 1000px;
}
.nosto-facet-values-inner {
    padding: 16px;
}
.nosto-facet--attribute-couleur .nosto-facet-values-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: left;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 16px;
}
.nosto-facet.open.nosto-facet--attribute-couleur .nosto-facet-values-inner {
    max-height: 1000px;
}
.nosto-facet-value {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    cursor: pointer;
    font-size: 14px;
    color: #333;
}
.nosto-color-swatch {
    background-size: 160% !important;
    background-position: center !important;
}
.nosto_filter_checkbox .nosto-facet-value input[type="checkbox"]{
    margin: 0;
    padding: 0;
}
.nosto_filter_checkbox .nosto-facet-value .nosto-facet-value-label{
    margin: 0;
    padding: 0;
}
.nosto_filter_checkbox .nosto-facet-value .nosto-facet-value-count{
    margin: 0 0 0 -3px;
    padding: 0;
}
.nosto-facet-value:hover {
    color: #000;
}
.nosto-facet-value input[type="checkbox"] {
    margin-right: 10px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #000;
}
.nosto-facet-value-label {
    line-height: 20px;
    font-size: 14px;
    display: block;
    padding-top: 4px;
    text-align: left;
    font-weight: 400;
    font-family: "Hanken Grotesk";
}
.nosto-facet-value-count {
    color: #737373;
    display: block;
    margin-left: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: -0.16px;
    font-family: "Hanken Grotesk";
}
.nosto-facet-color .nosto-facet-value-label,
.nosto-facet-color .nosto-facet-value-count{
    font-size: 10px;
    line-height: 12px;
}
.nosto-facet-price {
    padding: 8px 0 16px;
}
.nosto-facet-price-inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}
.nosto-facet-price-inputs input {
    width: 80px;
    padding: 6px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}
.nosto-facet-price-sep {
    color: #888;
    font-size: 13px;
}
.nosto-filters-footer {
    padding: 16px 24px;
    border-top: 1px solid #e8e8e8;
}
.nosto-filters-apply {
    width: auto;
    cursor: pointer;
    background: #0B0B0C;
    color: #fff;
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 8px;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Hanken Grotesk", sans-serif;
    padding: 8px 0;
    flex-grow: 1;
}
.nosto-filters-apply:hover{
    background: #333;
}
.nosto-filters-apply svg{
    fill: #fff;
}
.nosto-filters-apply:hover {
    background: #222;
}
@media (max-width: 480px) {
    .nosto-filters-panel { width: 100vw; }
}

.nosto-facet-color {
    align-items: center;
    gap: 8px;
}

.nosto-facet-color input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.nosto-range-wrap {
    position: relative;
    height: 36px;
    margin: 16px 0 8px;
}
.nosto-range-wrap input[type=range] {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    width: 100%; margin: 0;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
    z-index: 3;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #000;
    cursor: grab;
}
input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 18px; height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #000;
    cursor: grab;
    position: relative;
}
.nosto-range-track,
.nosto-range-fill {
    position: absolute;
    top: 50%; transform: translateY(-50%);
    height: 1px; border-radius: 2px;
}
.nosto-range-track {
    width: 100%; background: #e0e0e0;
}
.nosto-range-fill  {
    background: #000; pointer-events: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #0B0B0C;
    cursor: grab;
}
.nosto-range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #0B0B0C;
    font-family: "Hanken Grotesk";
}

.nosto-facet--attribute-couleur .nosto-facet-values label {
    padding: 0;
    flex: 0;
    text-align: center;
    flex-direction: column;
    align-items: start;
    gap: 0;
    justify-content: start;
}
.nosto-facet--attribute-couleur .nosto-facet-values label .nosto-color-swatch {
    width: 48px;
    height: 48px;
    border-radius: 0;
}
.nosto-facet-color input[type="checkbox"]:checked ~ .nosto-color-swatch,
.nosto-facet-color input[type="checkbox"]:checked + .nosto-color-swatch {
    outline: 2px solid #0b0b0c;
    outline-offset: 2px;
}
.nosto_filter_checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
}
.nosto_filter_checkbox .nosto-checkbox-ui {
    display: inline-block;
    width: 20px;
    height: 20px;
    outline: 2px solid #D9D9D9;
    flex-shrink: 0;
    transition: outline-color 0.5s ease-in-out;
    position: relative;
}
.nosto_filter_checkbox label:hover input[type="checkbox"]:not(:checked) + .nosto-checkbox-ui {
    outline: 3px solid #737373;
}
.nosto_filter_checkbox input[type="checkbox"]:checked + .nosto-checkbox-ui {
    background: #0B0B0C;
    outline: 2px solid #0B0B0C;
    transition: all 0s;
}
.nosto_filter_checkbox input[type="checkbox"]:checked + .nosto-checkbox-ui::after {
    content: "";
    background: url("/themes/bobochic/img/icon/white/checkmark.svg") no-repeat center center / cover;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
}
.nosto_filter_checkbox .nosto-facet-value {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    justify-content: left;
}
.nosto-facet-value.nosto-facet-disabled {
    pointer-events: none !important;
}
.nosto_filter_checkbox .nosto-facet-value.nosto-facet-disabled .nosto-checkbox-ui{
    outline-color: #E6E6E6;
    background: #f9f9f9;
}
.nosto-facet-value.nosto-facet-disabled .nosto-facet-value-label{
    color: #D9D9D9 !important;
}
.nosto-facet-value.nosto-facet-disabled .nosto-facet-value-count{
    display: none !important;
}
.nosto-facet--attribute-couleur .nosto-facet-values label:hover .nosto-color-swatch {
    outline: 1px solid #B3B3B3;
    outline-offset: 2px;
}
.nosto-filters-header > span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 28px;
    color: #0B0B0C;
    font-family: "Hanken Grotesk";
}
.nosto-selected-filters {
    display: flex;
    gap: 8px;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 4px;
}
.nosto-selected-filters span {
    display: flex;
    width: max-content;
    max-width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #0B0B0C;
    font-weight: 400;
    position: relative;
    padding: 4px 8px 4px 4px;
    align-items: center;
    gap: 4px;
    border: 1px solid #B3B3B3;
    cursor: pointer;
}
.nosto-selected-filters span[data-value]::before,
.nosto-selected-filters span[data-type="range"]::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/themes/bobochic/img/icon/black/close.svg") no-repeat center center / cover;
    flex-shrink: 0;
}
.nosto-filters-footer-inner {
    display: flex;
    gap: 13px;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.nosto-erase-all {
    display: none;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #0B0B0C;
    cursor: pointer;
    width: max-content;
    max-width: 100%;
    border: 1px solid #B3B3B3;
    padding: 7px 16px 7px 8px;
    line-height: 20px;
    font-family: "Hanken Grotesk";
}
.nosto-erase-all:hover {
    text-decoration: none;
    border-color: #333;
}
.nosto-active-filters-bar {
    padding: 0;
    margin-left: 8px;
}
.nosto-bar-filters-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
}
.nosto-bar-tag {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    line-height: 16px;
    color: #0B0B0C;
    font-weight: 400;
    padding: 3px 8px 3px 4px;
    border: 1px solid #B3B3B3;
    cursor: pointer;
    width: max-content;
    font-family: "Hanken Grotesk";
}
.nosto-bar-tag:hover,
.nosto-selected-filters span:hover{
    border-color: #333;
}
.nosto-bar-tag::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url("/themes/bobochic/img/icon/black/close.svg") no-repeat center center / cover;
    flex-shrink: 0;
}
.nosto-bar-erase-all {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #0B0B0C;
    cursor: pointer;
    list-style: none;
}
.nosto-bar-erase-all span.with_cross{
    position: relative;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 12px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px 0 4px;
}
.nosto-bar-erase-all span.with_cross:hover{
    background: #F2F2F2;
}
.nosto-bar-erase-all span.with_cross:before{
    content: "";
    width: 16px;
    height: 16px;
    background: url("/themes/bobochic/img/icon/black/circle-cross.svg")no-repeat center center /cover;
}
.selectProductSortWrapper div p {
    background: transparent;
    border: none;
    padding: 0;
}
.selectProductSortWrapper {
    padding: 0;
    margin-top: 16px;
    border-bottom: 1px solid #F2F2F2;
}
.selectProductSortWrapper > div:not(.dropdown-sort)::before {
    content: '';
    position: absolute;
    top: calc(50% - 12px);
    right: 16px;
    width: 24px;
    height: 24px;
    background: url("https://cdn.bobochicparis.com/themes/bobochic/img/icon/black/caret-right.svg")no-repeat center center;
    transform: rotate(90deg);
}
.selectProductSortWrapper > div {
    padding: 26px 16px;
    cursor: pointer;
    position: relative;
}
.selectProductSortWrapper div p {
    background: transparent;
    border: none;
    padding: 0;
}
.selectProductSortWrapper div p span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0B0B0C;
    font-family: "Hanken Grotesk";
}
.selectProductSortWrapper div span {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    font-weight: 400;
    font-family: "Hanken Grotesk";
}
.selectProductSortWrapper .dropdown-sort.show {
    max-height: 500px;
}
.selectProductSortWrapper .dropdown-sort {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease;
    margin: 0;
    padding: 0 !important;
}
.selectProductSortWrapper .dropdown-sort ul {
    padding: 26px 16px;
    height: 100%;
}
.selectProductSortWrapper label.dropdown-item::before {
    content: '';
    width: 24px;
    height: 24px;
    border: 2px solid #D9D9D9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0px;
}
.selectProductSortWrapper label.dropdown-item {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0B0B0C;
    font-weight: 400;
    padding: 0 0 0 32px;
    position: relative;
    cursor: pointer;
}
.custom-spinner,#nosto-page-loader img {
    display: inline-block;
    vertical-align: middle;
    animation: spin 1s linear infinite;
}
.selectProductSortWrapper .dropdown-sort .radio{
    position: absolute;
    opacity: 0;
}
.selectProductSortWrapper .selected label.dropdown-item::before {
    content: '';
    width: 24px;
    height: 24px;
    background-color: #0B0B0C;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
}
.selectProductSortWrapper .selected label.dropdown-item::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #FFF;
    border-radius: 50%;
    position: absolute;
    left: 9px;
    top: 9px;
}
.selectProductSortWrapper label.dropdown-item:hover {
    border-bottom: none !important;
    background: transparent;
}
.selectProductSortWrapper label.dropdown-item {
    font-family: 'Hanken Grotesk', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #0B0B0C;
    font-weight: 400;
    padding: 0 0 0 32px;
    position: relative;
    cursor: pointer;
}
.selectProductSortWrapper li:not(:last-child) label.dropdown-item {
    margin-bottom: 16px;
}
.selectProductSortWrapper > div:first-child:hover,
.selectProductSortWrapper > div.opened{
    background: #F2f2f2;
}
.nosto-active-filters-bar.mobile_only{
    display: none;
}
.bobonosto .btn_filter {
    padding-bottom: 0;
}
@media(max-width: 767px){
    .nosto-filters-panel {
        top: auto;
        right: 0;
        width: 100%;
        max-width: 100%;
        height: 70vh;
        background: #fff;
        transform: translateX(0)translateY(100%);
        transition: transform .3s ease;
        box-shadow: -4px 0 24px rgba(0,0,0,.12);
        bottom: 0;
    }
    .nosto-filters-panel.open {
        transform: translateX(0)translateY(0);
    }
    #nosto-apply-filters .desktop_only,
    .nosto-active-filters-bar.desktop_only{
        display: none;
    }
    .nosto-active-filters-bar.mobile_only {
        display: flex;
        padding-top: 8px;
        margin: 0;
        width: 100%;
    }

    .nosto-active-filters-bar.mobile_only .nosto-bar-filters-list {
        padding-left: 16px;
        padding-right: 16px;
    }
    .nosto-filters-footer {
        padding: 16px;
    }
    .nosto-filters-apply {
        gap: 0;
    }
    .bobonosto #product_list{
        margin-top: 8px;
        padding-top: 16px;
        /*border-top: 1px solid #F2F2F2;*/
        position: relative;
    }
    .bobonosto #product_list::before {
        content: "";
        display: block;
        width: calc(100% - 32px);
        height: 1px;
        background: #F2F2F2;
        position: absolute;
        top: 0;
        left: 16px;
    }
    body.bobonosto .aling_pagination {
        padding: 24px 16px 8px;
    }
    .nosto-facet-header:hover{
        background: #FFF;
    }
    .nosto_filter_checkbox label:hover input[type="checkbox"]:not(:checked) + .nosto-checkbox-ui {
        outline: 2px solid #D9D9D9;
    }
    .nosto-facet--attribute-couleur .nosto-facet-values label:hover .nosto-color-swatch {
        outline: 0px solid transparent;
        outline-offset: 2px;
    }
    .nosto-active-filters-bar {
        overflow: visible;
    }
    .nosto-bar-filters-list {
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .nosto-bar-filters-list::-webkit-scrollbar {
        display: none;
    }
    .nosto-bar-filters-list li {
        flex-shrink: 0;
    }
}
@media(max-width: 380px){
    body.bobonosto .info_right .product_nb {
        padding: 0;
    }
}