/* Breadcrumb Section */
.breadcrumb-marketplace {
    background-image: url(../images/inner-page/breadcrumb.png);
}

/* Search Bar Autocomplete */
.search-input-wrapper {
    position: relative;
    width: 100%;
}

.autocomplete-results {
    position: absolute;
    z-index: 1000;
    width: 100%;
    max-height: 350px;
    overflow-y: scroll;
}

/* Loader Styles (for future use) */
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader.active {
    display: flex;
}
