.search-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.search-wrapper {
    position: relative;
}

.search-input {
    width: 100%;
    padding: 12px 50px 12px 15px;
    font-size: 16px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    outline: none;
    transition: border-color 0.3s;
}

.search-input:focus {
    border-color: #3498db;
}

.search-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 20px;
    background: #3498db;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s;
}

.search-button:hover {
    background: #2980b9;
}

.search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
}

.search-results-header {
    padding: 15px;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
    font-weight: bold;
    color: #333;
    border-radius: 10px 10px 0 0;
}

.search-results-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.search-result-item {

}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item a {
    display: flex;
    padding: 10px 15px;
    text-decoration: none;
    color: inherit;
    transition: background 0.3s;
}

.search-result-item a:hover {
    background: rgba(255,255,255, .4);
}

.search-result-image {
    width: 60px;
    height: 60px;
    margin-right: 15px;
    flex-shrink: 0;
}

.search-result-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.search-result-info {
    flex: 1;
    display: flex;
    align-items: center;
}

.search-result-title {
    font-size: 16px;
    color: #FFF;
}

.search-result-price {
    font-size: 18px;
    font-weight: bold;
    color: #3498db;
    margin-bottom: 5px;
}

.search-result-preview {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.search-loader {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.loader {
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3498db;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.search-no-results,
.search-error {
    padding: 30px;
    text-align: center;
    color: #999;
}

/* start */

.s1ol0z1s {
    width: 100%;
    color: #fafafa;
}

.euYokg {
    position: relative;
}

.PWMve {
    position: relative;
    flex-direction: column;
    display: flex;
    -webkit-tap-highlight-color: transparent;
}

.cUVYff {
    position: relative;
    background-color: transparent;
    border: 2px solid rgb(98, 108, 119);
    box-sizing: border-box;
    transition: border-color 200ms;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
}

.s1ol0z1s > div > div > div > div:first-child {
    background-color: #181b36;
    border-radius: 12px !important;
    border: none !important;
}

.s1ol0z1s > div > div > div > div:first-child input {
    background-color: #181b36 !important;
    border: 1px solid #181b36;
    color: #fafafa;
    caret-color: #fafafa;
    border-radius: 12px !important;
    font-family: "MTS Compact", sans-serif !important;
    height: 36px;
    padding-left: 45px;
}

.cUVYff input, .cUVYff textarea {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-right: 63px;
    border: 0;
    box-sizing: border-box;
    font-family: "MTS Sans", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 24px;
    color: rgb(255, 255, 255);
    caret-color: rgb(255, 255, 255);
    background-color: transparent;
    pointer-events: all;
    outline: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 8px;
}

.cUVYff input {
    height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}

.s1ol0z1s > div .react-autosuggest__input > div > div {
    width: 100%;
    height: 36px;
    padding-left: 12px;
    flex-direction: row-reverse;
}

.dohey {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    padding-right: 16px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 65px;
    height: 48px;
    pointer-events: none;
    -webkit-tap-highlight-color: transparent;
}

.s1ol0z1s > div .react-autosuggest__input > div > div [data-testid="icon_baseX24/ic-close-1"] {
    margin-left: auto;
}

.hgNIUU {
    margin-right: 5px;
}

.chlouC {
    color: rgb(98, 108, 119);
    transition: color 200ms;
    pointer-events: all;
    -webkit-tap-highlight-color: transparent;
}

.iRzvrN {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
}

.s1ol0z1s > div .react-autosuggest__input > div > div svg {
    margin-right: auto;
}

.gEwQyG {
    transition: 200ms;
}

.s1ol0z1s > div .react-autosuggest__suggestions-container {
    background-color: #181b36;
}

[data-scrollbar] {
    position: absolute;
    z-index: 10;
    width: 100%;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    place-content: flex-start;
    align-items: flex-start;
}

.scrollbar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}

.scrollbar-height-auto-observer-wrapper {
    box-sizing: inherit;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0;
}

.scrollbar-height-auto-observer {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}

.scrollbar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0px;
    margin: 0px;
    inset: 0px;
    width: auto;
    height: auto;
    z-index: 0;
    pointer-events: none;
}

.scrollbar-offset {
    direction: inherit;
    box-sizing: inherit;
    resize: none;
    position: absolute;
    inset: 0px;
    padding: 0px;
    margin: 0px;
    pointer-events: none;
}

.scrollbar-content-wrapper {
    pointer-events: all;
    direction: inherit;
    box-sizing: border-box;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
}

.scrollbar-content::before, .scrollbar-content::after {
    content: " ";
    display: table;
}

@media (min-width: 736px) {
    .cUVYff input {
        height: 48px;
        padding-top: 0;
    }

    .cUVYff input, .cUVYff textarea {
        padding-left: 16px;
        padding-right: 65px;
    }

    .s1ol0z1s > div .react-autosuggest__input > div > div {
        width: 375px;
    }
}