.woodmart-search-bar {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    padding: 6px;
    max-width: 900px;
    border: 1px solid #e5e5e5;
}

.wm-category {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 18px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-right: 1px solid #eee;
    white-space: nowrap;
}

.wm-category .icon {
    font-size: 18px;
}

.wm-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 12px 16px;
    font-size: 14px;
}

.wm-search-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #1e66ff;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wm-search-btn:hover {
    background: #1554d1;
}
