.header-search .search-input-wrap{position:relative;flex:1 1}.header-search.search-form-no-category{flex:1 1;max-width:100%}.header-search.search-form-no-category input.form-control{min-height:4.8rem;border-radius:3rem 0 0 3rem}.header-search.search-form-no-category .btn-search,html[dir=rtl] .header-search.search-form-no-category input.form-control{border-radius:0 3rem 3rem 0}html[dir=rtl] .header-search.search-form-no-category .btn-search{border-radius:3rem 0 0 3rem}.search-suggestions-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:999999;background:#fff;border:1px solid #eee;border-radius:8px;box-shadow:0 8px 32px rgba(0,0,0,.12);max-height:420px;overflow-y:auto;padding:8px 0}.search-suggestions-dropdown::-webkit-scrollbar{width:6px}.search-suggestions-dropdown::-webkit-scrollbar-thumb{background:#ddd;border-radius:6px}.search-suggestions-section+.search-suggestions-section{border-top:1px solid #f0f0f0;margin-top:4px;padding-top:4px}.search-suggestions-section-title{display:flex;align-items:center;gap:8px;padding:10px 16px 6px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ae8a29}.search-suggestions-section-title i{font-size:14px;line-height:1}.search-suggestions-list{list-style:none;margin:0;padding:0}.search-suggestions-item{display:flex;align-items:center;gap:12px;padding:10px 16px;cursor:pointer;transition:background-color .2s ease,color .2s ease}.search-suggestions-item:focus,.search-suggestions-item:hover{background-color:#faf7ef}.search-suggestions-item:focus .search-suggestions-name,.search-suggestions-item:hover .search-suggestions-name{color:#ae8a29}.search-suggestions-thumb{flex-shrink:0;width:48px;height:48px;border-radius:6px;overflow:hidden;border:1px solid #eee;background:#f7f7f7}.search-suggestions-thumb img{width:100%;height:100%;object-fit:cover;display:block}.search-suggestions-thumb--placeholder{display:flex;align-items:center;justify-content:center;color:#ae8a29;font-size:18px}.search-suggestions-thumb--tag{background:#faf7ef}.search-suggestions-content{flex:1 1;min-width:0}.search-suggestions-name{display:block;font-size:14px;font-weight:500;line-height:1.4;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s ease}.search-suggestions-meta{display:block;margin-top:2px;font-size:12px;color:#999}.search-suggestions-arrow{flex-shrink:0;font-size:12px;color:#ccc;transition:color .2s ease,transform .2s ease}.search-suggestions-item:hover .search-suggestions-arrow{color:#ae8a29}html[dir=rtl] .search-suggestions-item:hover .search-suggestions-arrow{transform:translateX(-3px)}html[dir=ltr] .search-suggestions-item:hover .search-suggestions-arrow{transform:translateX(3px)}@media (max-width:991px){.header-search .search-suggestions-dropdown{top:calc(100% + 6px);max-height:320px}}