/* Bobonosto – Nosto Search POC */
#search_block_top:not(.nosto){
    display: none !important;
}
#frontpage-nosto-2{
    padding-top: 800px;
}
#search_block_top .contain-search{
    position:relative;
}
#search_block_top .ns-autocomplete span {
    display: inline-block;
    font-family: "Hanken Grotesk";
}
#search_block_top .ns-autocomplete.ns-absolute{
    top:41px;
}
#bobonosto-search-wrapper {
    position: relative;
    max-width: 420px;
    margin: 0 auto;
}

#bobonosto-search-wrapper input[type="search"],
#bobonosto-search-wrapper input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
}
#bobonosto-search-wrapper * {
    box-sizing: border-box;
}
.ns-autocomplete {
    border: 1px solid #ccc;
    background: #fff;
    position: absolute;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1000;
    top:0;
    left:0;
}
.ns-autocomplete .ns-keyword {
    background: transparent;
    padding: 0 4px;
    cursor: pointer;
    border: 1px solid #B3B3B3;
}
.ns-autocomplete .ns-keyword > span{
    display: block;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 4px;
    cursor: pointer;
}
.ns-autocomplete .ns-keyword:hover{
    border-color: #333;
}
.ns-autocomplete .ns-autocomplete-element img{
    width:80px;
    height:auto;
    filter: brightness(1)!important;
    display:inline-block;
    margin:0 8px 0 0;
    aspect-ratio:1200/800;
    overflow:hidden;
}
#module-bobonosto-categoryseo #columns,
#module-bobonosto-search #columns {
     padding-top: 175px;
}
#module-bobonosto-categoryseo #columns .cat_desc,
#module-bobonosto-search #columns .cat_desc{
     margin:0;
}
#module-bobonosto-search #columns .cat_desc
.search_nav{
    text-align:center;
}
div.no_result{
    padding: 0 64px;
}
p.warning_bg {
    text-align: left;
    width: 500px;
    max-width: 100%;
    background: #C87302;
    color: #FDEBE1;
    padding: 16px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Hanken Grotesk";
}
#nostosearchbox .input_content {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 6px 8px;
    border: 1px solid #B3B3B3;
    gap: 8px;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.08);
}
#nostosearchbox .input_content .clear-search{
    cursor: pointer;
}
#nostosearchbox .input_content #ns-search-input {
    width: 100%;
    border: none;
    font-size: 16px;
    line-height: 24px;
    font-family: "Hanken Grotesk";
    background: #fff;
}
#nostosearchbox .input_content #ns-search-input::placeholder{
    font-size: 14px;
}
#nostosearchbox .input_content #ns-search-input:focus{
    outline: none;
}
#nostosearchbox #ns-search-dropdown {
    border: none;
    position: fixed;
    left: 0;
    top: 125px;
    width: 100%;
    max-width: 100%;
    height: max-content;
    max-height: 100%;
    padding: 16px 0 40px 64px;
    box-shadow: none;
}
#nostosearchbox .keyword_list {
    display: flex;
    margin-bottom: 64px;
    gap: 8px;
    flex-wrap: wrap;
}
#nostosearchbox .slider_search{
    display: flex;
}
.header2021:hover .main_header #nostosearchbox img{
    filter: none;
}
#nostosearchbox .subtitle {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #0B0B0C;
    margin-bottom: 8px;
    font-family: "Hanken Grotesk";
}
#nostosearchbox #redir {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
#nostosearchbox #redir a{
    display: flex;
    padding: 4px;
    background: #F2F2F2;
}
#nostosearchbox #redir a:hover{
    background: #E6E6E6;
}
#nostosearchbox #redir a span{
    color: #0B0B0C;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 4px;
}
#nostosearchbox #redir a svg{
    fill: #0B0B0C;
}
.slider_search_wrapper {
    position: relative;
    padding: 0;
    margin-top: 40px;
}
.slider_search_wrapper.nosto-reco-custom{
    margin-top: 0;
}
.slider_search_wrapper .btn_slider {
    position: absolute;
    right: 64px;
    top: -42px;
    display: flex;
    gap: 16px;
}
.slider_search {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    padding: 8px 0;
}
#nostosearchbox #ns-search-dropdown {
    -webkit-overflow-scrolling: touch;
}
.slider_search::-webkit-scrollbar {
    display: none;
}
.slider_search .card-link {
    flex: 0 0 auto;
    width: 350px;
}
.slider_search .card-link:last-child{
    margin-right: 24px;
}
.slider-prev, .slider-next {
    background: #F2F2F2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border: none;
}
#module-bobonosto-search .product-container .product-image-container .flag {
    position: absolute;
    z-index: 9;
    width: max-content;
    left: 16px;
    top: 16px;
}
.slider_search_wrapper .btn_slider .not-needed{
    display: none !important;
}
.slider_search_wrapper .btn_slider .slider-prev {
    left: 0;
}
.slider_search_wrapper .btn_slider .slider-next {
    right: 0;
}
.slider_search_wrapper .btn_slider .slider-prev::before,.slider_search_wrapper .btn_slider .slider-next::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url("../../../../assets/svg/sources/icon/bx-arrow-square-grey.svg")no-repeat center center;
    top: 8px;
    left: 8px;
}
.slider_search_wrapper .btn_slider .slider-prev.disabled::before,.slider_search_wrapper .btn_slider .slider-next.disabled::before{
    opacity: 0.3;
}
.slider_search_wrapper .btn_slider .slider-prev::before{
    transform: rotate(180deg);
}
.slider_search_wrapper .btn_slider .slider-prev:hover,
.slider_search_wrapper .btn_slider .slider-next:hover {
    background: #E6E6E6;
}
.slider_search_wrapper .btn_slider .slider-prev:disabled,
.slider_search_wrapper .btn_slider .slider-next:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}
.card-link img{
    aspect-ratio: 4/3;
    width: 100%;
    height: auto;
}
.slider_search_wrapper .bottom_info{
    margin-top: 8px;
}
.slider_search_wrapper .bottom_info span{
    display: block;
    font-family: "Hanken Grotesk";
}
.slider_search_wrapper .bottom_info .first_line{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.slider_search_wrapper .bottom_info .first_line span.title{
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.48px;
    color: #0B0B0C;
    font-weight: 600;
}
.slider_search_wrapper .bottom_info .first_line span.stock{
    font-size: 12px;
    line-height: 16px;
    color: #0B7301;
    font-weight: 700;
    position: relative;
    padding-left: 13px;
}
.slider_search_wrapper .bottom_info .first_line span.stock:before{
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0B7301;
}
.slider_search_wrapper .bottom_info .second_line {
    margin-bottom: 8px;
}
.slider_search_wrapper .bottom_info .second_line span {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    font-weight: 400;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    max-height: 16px;
    overflow: hidden;
}

.slider_search_wrapper .sticker-topleft,
.slider_search_wrapper .flag{
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 10;
    padding: 0;
    font-family: 'Hanken Grotesk', sans-serif;
    font-weight: bold;
}
.slider_search_wrapper .sticker-topleft p,
.slider_search_wrapper .flag{
    background: #FFFFFF;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 16px;
    color: #0B0B0C;
    font-weight: bold;
    width: max-content;
    max-width: 100%;
    border: none;
}
.slider_search_wrapper .bottom_info .third_line{
    display: flex;
    margin-bottom: 8px;
    align-items: center;
    gap: 8px;
}
.slider_search_wrapper .bottom_info .third_line span.price{
    font-size: 14px;
    line-height: 20px;
    color: #A40104;
    font-weight: 700;
}
.slider_search_wrapper .bottom_info .third_line span.price.no_old_price{
    color: #0B0B0C;
}
.slider_search_wrapper .bottom_info .third_line span.old_price {
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    font-weight: 400;
    text-decoration: line-through;
}
.slider_search_wrapper .bottom_info .third_line span.reduction{
    font-size: 12px;
    line-height: 16px;
    color: #0B0B0C;
    font-weight: 700;
    padding: 2px 8px;
    background: #F2f2f2;
}
body.stickySearch #header2021:before{
    display: none;
}
body.stickySearch{
    overflow: hidden !important;
}
body.stickySearch .header2021 .btn_outlet svg,
body.stickySearch .header2021 .main_header img,
body.stickySearch .list_products img,
body.stickySearch .header2021 .main_header svg,
body.stickySearch .header2021 .menu_header .conciergerie img,
body.stickySearch .header2021 div.list_menu li.bobo_menu-container img,
body.stickySearch .header2021 .logo_header{
    filter: brightness(0);
}
.stickySearch .header2021 .main_header #ns-search-dropdown img{
    filter: none !important;
}
body.stickySearch #header2021 #close_picto_menu > span{
    background: #0B0B0C;
}
.close_search{
    display: none;
}
#nostosearchbox{
    display: flex;
    align-items: center;
    gap: 16px;
}
#nostosearchbox .input_content{
    transition: width 0.6s ease;
}
.stickySearch #nostosearchbox .close_search{
    display: flex;
}
#nostosearchbox .close_search {
    flex: 0 0 auto;
    width: max-content;
    align-items: center;
    background: #F2f2f2;
    cursor: pointer;
    padding: 8px;
}
#nostosearchbox .close_search:hover{
    background: #E6E6E6;
}
#nostosearchbox .close_search span{
    padding: 0 8px;
    font-size: 14px;
    display: block;
    line-height: 20px;
    font-weight: 600;
}
#search_block_top{
    transition: grid-column-end 0.6s ease;
}
body.stickySearch #search_block_top{
    grid-column-end: 5;
}
#search_block_top span{
    display: block;
}
body.stickySearch::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    pointer-events: auto;
    cursor: pointer;
}
#search_block_top,
#nostosearchbox,
#ns-search-dropdown {
    position: relative;
    z-index: 999;
}
.nosto-reco-custom {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    scroll-behavior: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 40px 0 0;
}
#nostosearchbox #nosto-reco-bobo-reco > .subtitle{
    position: absolute;
    top: 20px;
}
.nosto-reco-custom.slider_search_wrapper .btn_slider {
    top: 0;
}
.nosto-reco-custom::-webkit-scrollbar {
    display: none;
}
.nosto-reco-custom .card-link {
    flex: 0 0 auto;
    width: 350px;
}
.nosto-reco-custom-wrapper {
    position: relative;
}
.star {
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.star-full {
    background-image: url('../img/star_full.svg');
}
.star-empty {
    background-image: url('../img/star_empty.svg');
}
#module-bobonosto-search .star{
    left: 0;
    top: 0;
}
#module-bobonosto-search .product_review .stars-rating{
    display: flex;
    align-items: center;
}
.star-half {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.star-half::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url('../img/star_empty.svg');
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}
.star-half::after {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../img/star_full.svg');
    background-size: 200% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
    left: 0;
    top: 0;
}
.last_line .avis {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
}
#search_block_top .ns-autocomplete span.avis {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 0;
    flex-wrap: nowrap;
}
#search_block_top .ns-autocomplete span.avis .nb-reviews{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #737373;
    padding-left: 6px;
}
#search_block_top .ns-autocomplete span.avis .star{
    top: 0;
}
.view_all_results .btn-view-results {
    display: flex;
    align-items: center;
    width: max-content;
    background: #0B0B0C;
    padding: 8px;
    margin: 0 0 24px;
}
#search_block_top .ns-autocomplete .slider_search_wrapper span.subtitle.remove_title {
    position: absolute;
    top: -16px;
    margin: 0;
    display: flex;
    column-gap: 4px;
    align-items: center;
}
#search_block_top .ns-autocomplete .slider_search_wrapper span.subtitle.remove_title span {
    color: #737373;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    display: block;
    padding-top: 2px;
}
.view_all_results .btn-view-results:hover{
    background: #333;
}
.view_all_results .btn-view-results span{
    color: #fff;
    padding: 0 8px;
}
.view_all_results .btn-view-results svg{
    fill: #fff;
    width: 24px;
    height: 24px;
    filter: none !important;
}
#module-bobonosto-search .info_right{
    display: flex;
    align-items: center;
}
#module-bobonosto-search .info_right .product_nb {
    padding: 0 20px;
    color: #333;
    text-align: center;
    font-size: 14px;
    font-family: "Raleway",sans-serif;
    font-weight: bold;
}
#module-bobonosto-search .info_right .product_nb .product-count {
    display: block;
    font-size: 12px;
    color: #737373;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
}
#module-bobonosto-search .aling_pagination {
    padding: 24px 64px;
    margin: 0 auto;
}
#module-bobonosto-search  ul.product_list.grid{
    display: grid !important;
    gap: 16px;
    padding: 0 64px;
    margin: 0;
}
#module-bobonosto-search  ul.product_list.grid:before{
    display: none;
}
#module-bobonosto-search  ul.product_list.grid.four_items{
    grid-template-columns: repeat(4, 1fr);
}
#module-bobonosto-search  ul.product_list.three_items.grid {
    grid-template-columns: repeat(3, 1fr);
}
#module-bobonosto-search  ul.product_list.two_items.grid {
    grid-template-columns: repeat(2, 1fr);
}
#module-bobonosto-search ul.product_list.grid > li{
    width: 100% !important;
    border: 1px solid #e6e6e6;
    padding: 0 !important;
}
#module-bobonosto-search .cat_desc {
    padding: 0 64px;
    margin: 0;
}
#module-bobonosto-search ul.product_list.grid > li .product-container {
    margin: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}
#module-bobonosto-search ul.product_list.grid > li .product-container a.product-link{
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    gap: 8px;
}
#module-bobonosto-search .product_review .stars-rating .nb-reviews {
    display: inline-block;
    color: #888891;
    vertical-align: super;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    position: relative;
    font-family: 'Hanken Grotesk', sans-serif;
    float: left;
    top: 0px;
    padding-left: 2px;
}
#module-bobonosto-search .container_flags .fa-truck::before,
#module-bobonosto-search .reviews_and_flags .fa-truck::before {
    content: "" !important;
    display: block;
    width: 16px;
    height: 16px;
    background-color: #0B7301;
    mask: url("/assets/svg/sources/icon/truck.svg") no-repeat center / contain;
    -webkit-mask: url("/assets/svg/sources/icon/truck.svg") no-repeat center / contain;
    font-family: inherit;
}
#module-bobonosto-search .product-container .flag .fa-truck {
    padding-top: 0;
}
.product-container .flag .fa {
    font-family: FontAwesome !important;
    font-size: 14px;
}
#module-bobonosto-search .product-container .sticker-topleft{
    left: auto;
    right: 16px;
    top: 16px;
}
#module-bobonosto-search .reviews_and_flags {
    display: flex;
    flex-direction: row-reverse;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: left;
}
#index:not(.stickyHeader) .input_content{
    background: rgba(255,255,255,0.3);
    border-color: rgba(179,179,179,0.3);
}
#index #header2021:hover .input_content{
    border-color: #B3B3B3 !important;
}
#index:not(.stickyHeader) .input_content #ns-search-input{
    background: transparent;
}
#index:not(.stickyHeader) .input_content #ns-search-input::placeholder {
    opacity: 0.8;
    color: #333;
    font-family: "Hanken Grotesk";
}
#index:not(.stickyHeader) .input_content .svg_icon{
    filter: none;
    opacity: 0.6;
}
#index #header2021:hover .input_content #ns-search-input::placeholder {
    opacity: 1;
    color: #333;
    font-family: "Hanken Grotesk";
}
#index #header2021:hover .input_content .svg_icon{
    filter: none;
    opacity: 0.8;
}
.nosto-reco-custom .card-link:last-child{
    margin-right: 24px;
}
body.stickySearch #nostosearchbox .input_content{
    box-shadow: 0 0 0 3px #D9D9DD;
}
.module-bobonosto-categoryseo .show_more,
.module-bobonosto-search .show_more {
    width: max-content;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 40px auto;
}
.module-bobonosto-categoryseo .show_more .bouton,
.module-bobonosto-search .show_more .bouton {
    color: #0B0B0C;
    background-color: #fff;
    border: 1px solid #B3B3B3;
    border-radius: 0;
    display: table ;
    padding: 8px 16px;
    margin: 0 auto ;
    cursor: pointer;
    line-height: 22px;
    position: relative;
}
.module-bobonosto-categoryseo .show_more .bouton:hover,
.module-bobonosto-search .show_more .bouton:hover {
    text-decoration: none;
}
.module-bobonosto-categoryseo .show_more .bouton span,
.module-bobonosto-search .show_more .bouton span{
    font-family: "Hanken Grotesk";
}
.module-bobonosto-categoryseo .show_more .bouton.loading,
.module-bobonosto-search .show_more .bouton.loading {
    color: transparent;
    pointer-events: none;
    position:relative;
}

.module-bobonosto-categoryseo .show_more .bouton.loading:after,
.module-bobonosto-search .show_more .bouton.loading:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 24px;
    background: url('/themes/bobochic/img/spinner-loader.png') no-repeat center center;
    background-size: contain;
    transform: translate(-50%, -50%);
    animation: bobonosto-spin 0.8s linear infinite;
    display:block;
}

@keyframes bobonosto-spin {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}
.module-bobonosto-categoryseo .show_more .bouton:hover,
.module-bobonosto-search .show_more .bouton:hover{
    border-color: #333;
}
#module-bobonosto-categoryseo #columns .cat_desc h1.category-name, #module-bobonosto-search #columns .cat_desc h1.category-name{
    margin-bottom: 0 !important;
}
.module-bobonosto-categoryseo .show_more .nb_produits,
.module-bobonosto-search .show_more .nb_produits{
    font-family: "Hanken Grotesk";
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.view_all_results.mobile_only{
    display: none !important;
}
body.stickySearch .menu_header{
    opacity: 0;
    pointer-events: none;
}

/*RESPONSIVE*/
@media (max-width: 1920px){
    #module-bobonosto-categoryseo #columns .cat_desc, #module-bobonosto-search #columns .cat_desc {
        margin: 24px 0 0 0;
    }
}
@media (max-width: 1200px) and (min-width: 769px) {
    #module-bobonosto-categoryseo ul.product_list.grid.four_items,
    #module-bobonosto-search ul.product_list.grid.four_items{
        grid-template-columns: repeat(3, 1fr);
    }
    #module-bobonosto-categoryseo #grid-sort .display span.display_three ,
    #module-bobonosto-search #grid-sort .display span.display_three {
        display: none;
    }
}
@media (min-width: 1025px) {
    body.stickySearch .main_header .header_icons{
        opacity: 0;
        pointer-events: none;
        max-width: 0;
        overflow: hidden;
        transition: opacity 0.6s ease, max-width 0.6s ease;
    }
    .main_header .header_icons{
        transition: opacity 0.6s ease, max-width 0.6s ease;
    }
}
@media (min-width: 768px){
    .slider_search_wrapper {
        overflow: visible;
    }
    .slider_search {
        overflow-x: scroll;
        margin-left: -64px;
        padding-left: 64px;
    }
}
@media (max-width: 1024px) {
    #module-bobonosto-categoryseo #columns .cat_desc, #module-bobonosto-search #columns .cat_desc {
        margin: 8px 0 0 0;
    }
    #nostosearchbox #ns-search-dropdown {
        top: 145px;
        padding: 16px 0 40px 32px;
    }
}
@media (max-width: 1024px) {
    #nostosearchbox #ns-search-dropdown {
        padding: 16px 0 40px 32px;
    }
    #module-bobonosto-categoryseo ul.product_list.grid ,
    #module-bobonosto-search ul.product_list.grid {
        padding: 0 32px;
    }
    #module-bobonosto-categoryseo .aling_pagination ,
    #module-bobonosto-search .aling_pagination {
        padding: 16px 32px;
    }
    #module-bobonosto-categoryseo .cat_desc ,
    #module-bobonosto-search .cat_desc {
        padding: 0 32px;
    }
    .slider_search_wrapper .btn_slider{
        right: 32px;
    }
    div.no_result {
        padding: 0 32px;
    }
}
@media (max-width: 767px) {
    #module-bobonosto-categoryseo #columns .cat_desc h1.category-name, #module-bobonosto-search #columns .cat_desc h1.category-name {
        padding: 16px 0 0 0;
    }
    #nostosearchbox .keyword_list {
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding-bottom: 4px;
        margin-right: -16px;
        padding-right: 16px;
    }
    #nostosearchbox .keyword_list::-webkit-scrollbar {
        display: none;
    }
    #nostosearchbox .keyword_list .ns-keyword {
        flex: 0 0 auto;
    }
    #nostosearchbox #ns-search-dropdown {
        overflow-y: auto;
        max-height: calc(100vh - 145px);
        padding-bottom: calc(40px + env(safe-area-inset-bottom));
    }
    .nosto-reco-custom .slider_search,
    #nostosearchbox .slider_search{
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }
    .nosto-reco-custom .slider_search a,
    #nostosearchbox .slider_search a{
        width: calc(50% - 4px);
    }
    .nosto-reco-custom.slider_search_wrapper .btn_slider{
        display: none;
    }
    #module-bobonosto-categoryseo ul.product_list.grid.four_items,
    #module-bobonosto-categoryseo ul.product_list.grid.three_items,
    #module-bobonosto-search ul.product_list.grid.four_items,
    #module-bobonosto-search ul.product_list.grid.three_items{
        grid-template-columns: repeat(2, 1fr);
    }
    #module-bobonosto-categoryseo ul.product_list.grid.two_items,
    #module-bobonosto-search ul.product_list.grid.two_items{
        grid-template-columns: repeat(1, 1fr);
    }
    #module-bobonosto-categoryseo #grid-sort ,
    #module-bobonosto-search #grid-sort {
        display: flex;
    }
    #grid-sort .display span.display_four{
        display: none;
    }
    #module-bobonosto-categoryseo ul.product_list.grid > li .product-container a.product-link,
    #module-bobonosto-search ul.product_list.grid > li .product-container a.product-link{
        padding: 8px;
    }
    #module-bobonosto-categoryseo .product-container .sticker-topleft ,
    #module-bobonosto-search .product-container .sticker-topleft {
        right: 8px;
        top: 8px;
        margin: 0;
    }
    #module-bobonosto-categoryseo #columns, #module-bobonosto-search #columns {
        padding-top: 150px;
    }
    #nostosearchbox #ns-search-dropdown {
        padding: 16px 32px 40px 32px;
    }
    .slider_search_wrapper .btn_slider {
        right: 0;
    }
    body.stickySearch .menu_mobile.list_products{
        display: none !important;
    }
    body.stickySearch .closer-toggle {
        display: block !important;
    }
    #nostosearchbox {
        display: block;
    }
    #nostosearchbox .keyword_list {
        margin-bottom: 32px;
    }
    .nosto-reco-custom .card-link:last-child{
        padding: 0;
    }
    .view_all_results.mobile_only{
        display: block !important;
    }
    .view_all_results.desktop_only{
        display: none !important;
    }
    .slider_search_wrapper .entete {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }
    .slider_search_wrapper {
        position: relative;
        padding: 0;
    }
    #search_block_top .ns-autocomplete .slider_search_wrapper .entete span.subtitle.remove_title {
        position: relative;
        top: auto;
        left: auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 2px 8px;
        padding-right: 16px;
    }
    .view_all_results .btn-view-results {
        margin: 0;
        padding: 4px;
    }
    .view_all_results .btn-view-results svg{
        width: 16px;
        height: 16px;
    }
    .view_all_results .btn-view-results span {
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        padding: 0 4px;
    }
    .stickySearch #nostosearchbox .close_search{
        display: none;
    }
    #module-bobonosto-search .product-container .product-image-container .flag {
        right: 8px;
        top: 8px;
    }
    .nosto-reco-custom .card-link:last-child,.slider_search .card-link:last-child{
        margin: 0;
    }
}
@media (max-width: 576px) {
    #nostosearchbox #ns-search-dropdown {
        padding: 16px 16px 40px 16px;
    }
    #module-bobonosto-categoryseo ul.product_list.grid ,
    #module-bobonosto-search ul.product_list.grid {
        padding: 0 16px;
    }
    #module-bobonosto-categoryseo .aling_pagination,
    #module-bobonosto-search .aling_pagination {
        padding: 16px;
    }
    #module-bobonosto-categoryseo .cat_desc,
    #module-bobonosto-search .cat_desc {
        padding: 0 16px;
    }
    #nostosearchbox #ns-search-dropdown {
        top: 150px;
        margin-top: 10px;
    }
    .nosto-reco-custom {
        padding: 24px 0 0;
    }
    #nostosearchbox #nosto-reco-bobo-reco > .subtitle {
        top: 0;
    }
    #nostosearchbox #redir {
        padding-bottom: 100px;
        margin-bottom: 50px;
    }
    div.no_result {
        padding: 0 16px;
    }
}
@media (max-width: 380px) {
    #module-bobonosto-categoryseo ul.product_list.grid.four_items, #module-bobonosto-categoryseo ul.product_list.grid.three_items ,
    #module-bobonosto-search ul.product_list.grid.four_items, #module-bobonosto-search ul.product_list.grid.three_items {
        grid-template-columns: repeat(1, 1fr);
    }
    #module-bobonosto-categoryseo #grid-sort,
    #module-bobonosto-search #grid-sort {
        display: none;
    }
}