.browser-page-hits-new {
    background: #fff;
    z-index: 996;
    position: absolute;
    top: 160px;
    left: 0;
    right: 0;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.browser-page-hits-new{
    max-height:580px;
    overflow-y: scroll;
}

@media (min-width: 800px) {
    .browser-page-hits-new{
        max-height:650px;
        overflow-y: scroll;
    }
}

@media (min-width: 990px) {
    .browser-page-hits-new{
        max-height:750px;
        overflow-y: scroll;
    }
}


#header-content.fixed .browser-page-hits-new{
    top: 150px;
}
.browser-page-hits-inner{
    display: flex; /* Utilise Flexbox pour disposer les enfants en ligne */
    justify-content: space-between; /* Sépare les deux colonnes */
    align-items: flex-start; /* Aligne les éléments en haut */
    flex-direction: column;
}


#searchResultLeft {
    display: flex; /* Affiche les éléments à l'intérieur en colonne */
    flex-direction: column; /* Les éléments dans cette colonne seront empilés */
    width: 100%; /* 30% de largeur */
    padding:10px 10px 10px 10px
}



#searchResultRight {
    display: flex; /* Affiche les éléments à l'intérieur en colonne */
    flex-direction: column; /* Les éléments dans cette colonne seront empilés */
    width: 100%; /* 70% de largeur */
    padding:10px 10px 10px 10px
}

#searchResultNoProduct{
    width: 100%;
    text-align: center;
}

#searchResultLeft em{
    font-weight: 700;
    font-style: normal;
}

#browser-page-hits-new .close-search{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    margin-right: 0;
}
.browser-page-hits-new .close-search img{
    width:30px;
}
.browser-page-hits-new .browser-page-hits-inner .search-cat{
    font-family: 'Roboto', Arial !important;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    margin-top: 10px;
    display:none;
    margin-bottom: 10px;
}

.browser-page-hits-new .browser-page-hits-inner .display-mobile{
    display:block;
}

#searchResultLeft .search-result span{
    display:none;
}

.browser-page-hits-new .browser-page-hits-inner .search-result-line{
    padding: .4rem .6rem;
    margin: 10px 5px 10px 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 16.94px;
    text-align: center;
}



.browser-page-hits-new .browser-page-hits-inner .search-result-line a {
    font-family: 'Roboto';
    font-size: 14px;
    font-color : #2b3a3a;
    background-color: #e3f1ec;
    padding: 10px 10px;
    border-radius: 30px;
}

.browser-page-hits-new .browser-page-hits-inner .search-logo-container{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: left;
    margin-top:10px;
}

.browser-page-hits-new .browser-page-hits-inner .search-logo-container .search-result-logo {
    width: 30%;
    background: white;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.browser-page-hits-new .browser-page-hits-inner .search-logo-container .search-result-logo img{
    width:100%;
}


.browser-page-hits-new .close-search {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	margin-right: 0;
}

.browser-page-hits-new .browser-page-hits-inner {
	background: white;
	font-family: "Helvetica Neue",Arial,sans-serif !important;
	font-size: 13px;
	line-height: 16px;
	background: #fff;
	overflow-x: hidden;
	overflow-y: scroll;
	width: 150%;
	padding-right: 50%;
}

.search-best-sellers {
    text-align: left;
}

.search-best-sellers .search-products-hits{
    font-family: Roboto;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
}



.search-products-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* Espacement entre les éléments */
    justify-content: center;
    margin-top:10px;
}

.search-product {
    width: 45%;
    background: white;
    border-radius: 8px;
    padding: 10px;
    text-align: left;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-product img {
    width: 100%;
    border-radius: 5px;
}

.search-product p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    /*line-height: 100%;*/
    margin: 5px 0;
    height: 30px;
    max-height: 30px;
    overflow: hidden;
}

.search-product p em{
    font-weight: 700;
    font-style: normal;
}

.search-product span {
    font-size: 12px;
    color: gray;
}

.search-view-all {
    display: block;
    width: 200px;
    margin: 20px auto;
    padding: 10px;
    background-color: #e57373;
    color: white;
    font-size: 14px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}

.search-view-all:hover {
    background-color: #d32f2f;
}



@media (min-width: 700px) {

    #header-content.fixed .browser-page-hits-new{
        top: 110px;
    }

    #searchResultNoProduct{
        margin-top: 10%;
    }

    .browser-page-hits-new .browser-page-hits-inner .search-result-line{
        text-align: left;
        border: 0;
        margin: 5px 5px 10px 5px;
        display: block;
    }


    .browser-page-hits-new .browser-page-hits-inner .search-logo-container .search-result-logo {
        text-align: left;
    }

    .search-products-container {
        justify-content: left;
    }

    .search-product {
        width: 30%;
    }


    .browser-page-hits-new .browser-page-hits-inner .hidden-desktop{
        display: none;
    }
    .browser-page-hits-new .browser-page-hits-inner .search-cat{
        display:block;
    }

    .browser-page-hits-inner{
        flex-direction: row;
    }

    #searchResultLeft {
        width: 35%;
    }

    #searchResultRight {
        width: 65%;
    }
    #searchResultLeft .search-result {
        border-bottom: 1px solid #A0A0A0;
        padding-bottom: 10px;
    }

    #searchResultLeft .search-result span{
        display:inline;
    }
}


@media (min-width: 901px) {
    .search-product {
        width: 20%;
    }
}
@media (min-width: 1430px) {
    .browser-page-hits-new{
        left: 20%;
        right: 18%;
    }
}